feat: remove BrowserWindow option inheritance (#28550)
This commit is contained in:
parent
c4931ff70e
commit
4ca518468d
13 changed files with 128 additions and 118 deletions
|
@ -1042,7 +1042,7 @@ describe('chromium features', () => {
|
|||
|
||||
const parentCode = `new Promise((resolve) => {
|
||||
// This is context (3), a child window of the WebView.
|
||||
const child = window.open(${JSON.stringify(child)}, "", "show=no")
|
||||
const child = window.open(${JSON.stringify(child)}, "", "show=no,contextIsolation=no,nodeIntegration=yes")
|
||||
window.addEventListener("message", e => {
|
||||
resolve(e.data)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue