fix: register webview in main world when using contextIsolation (#16067)
This commit is contained in:
parent
dbda1a1b05
commit
8584c2f14b
11 changed files with 56 additions and 20 deletions
2
spec/fixtures/module/isolated-ping.js
vendored
Normal file
2
spec/fixtures/module/isolated-ping.js
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
const { ipcRenderer } = require('electron')
|
||||
ipcRenderer.send('pong')
|
Loading…
Add table
Add a link
Reference in a new issue