Document other inherited web preferences
This commit is contained in:
parent
3e2a1034af
commit
87db1b8aa7
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ has to be a field of `BrowserWindow`'s options.
|
||||||
|
|
||||||
* Node integration will always be disabled in the opened `window` if it is
|
* Node integration will always be disabled in the opened `window` if it is
|
||||||
disabled on the parent window.
|
disabled on the parent window.
|
||||||
|
* Context isolation will always be enabled in the opened `window` if it is
|
||||||
|
enabled on the parent window.
|
||||||
|
* JavaScript will always be disabled in the opened `window` if it is disabled on
|
||||||
|
the parent window.
|
||||||
* Non-standard features (that are not handled by Chromium or Electron) given in
|
* Non-standard features (that are not handled by Chromium or Electron) given in
|
||||||
`features` will be passed to any registered `webContent`'s `new-window` event
|
`features` will be passed to any registered `webContent`'s `new-window` event
|
||||||
handler in the `additionalFeatures` argument.
|
handler in the `additionalFeatures` argument.
|
||||||
|
|
Loading…
Reference in a new issue