Add spec for configuring web preferences from sandboxed new-window event

This commit is contained in:
Kevin Sawicki 2017-07-10 16:16:00 -07:00
parent 06e60e5d4d
commit c71b0a5441
4 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,4 @@
const {ipcRenderer} = require('electron')
ipcRenderer.send('answer', process.argv)
window.close()