fix: <webview> not working in scriptable popups (#19198)
This commit is contained in:
parent
e26f366405
commit
35294891ae
5 changed files with 53 additions and 3 deletions
3
spec/fixtures/api/new-window-webview-preload.js
vendored
Normal file
3
spec/fixtures/api/new-window-webview-preload.js
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
const { ipcRenderer } = require('electron')
|
||||
|
||||
window.ipcRenderer = ipcRenderer
|
Loading…
Add table
Add a link
Reference in a new issue