This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7150fa783e
electron
/
spec
/
fixtures
/
api
/
new-window-preload.js
5 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
test: remove a bunch of usage of the remote module (#21119)
2019-11-14 22:09:03 +00:00
const
{
ipcRenderer
}
=
require
(
'electron'
)
Add spec for configuring web preferences from sandboxed new-window event
2017-07-10 23:16:00 +00:00
test: remove a bunch of usage of the remote module (#21119)
2019-11-14 22:09:03 +00:00
ipcRenderer
.
send
(
'answer'
,
process
.
argv
)
Add spec for configuring web preferences from sandboxed new-window event
2017-07-10 23:16:00 +00:00
window
.
close
(
)
Reference in a new issue
Copy permalink