fix: assign session to remote webContents (#23989)
* fix: assign session to remote webContents * fix: test name
This commit is contained in:
parent
a33c10c3ed
commit
04be1ac4a1
4 changed files with 24 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
/* eslint-disable no-undef */
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "persistent-background-page",
|
||||
"version": "1.0",
|
||||
"background": {
|
||||
"scripts": ["background.js"],
|
||||
"persistent": true
|
||||
},
|
||||
"manifest_version": 2
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue