Changing command line option name
This commit is contained in:
parent
357caf8991
commit
3321f7d39c
9 changed files with 16 additions and 30 deletions
|
@ -60,7 +60,7 @@ describe('<webview> tag', function () {
|
|||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
preload: path.join(fixtures, 'module', 'preload-webview.js'),
|
||||
enableWebViewOverride: true
|
||||
overrideWebViewSecurity: true
|
||||
}
|
||||
})
|
||||
ipcMain.once('webview', function (event, type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue