feat: remove nativeWindowOpen option (#29405)
Co-authored-by: Cheng Zhao <zcbenz@gmail.com> Co-authored-by: Milan Burda <milan.burda@gmail.com>
This commit is contained in:
parent
2f9fd06534
commit
d44a187d0b
39 changed files with 316 additions and 1164 deletions
6
spec-main/fixtures/api/new-window-preload.js
Normal file
6
spec-main/fixtures/api/new-window-preload.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
const { ipcRenderer, webFrame } = require('electron');
|
||||
|
||||
ipcRenderer.send('answer', {
|
||||
argv: process.argv
|
||||
});
|
||||
window.close();
|
Loading…
Add table
Add a link
Reference in a new issue