docs: contextIsolation is no longer experimental (#16043)
This commit is contained in:
parent
0e6db8fd56
commit
d6d245d0c3
1 changed files with 1 additions and 2 deletions
|
@ -347,8 +347,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
|
||||||
This option uses the same technique used by [Chrome Content Scripts][chrome-content-scripts].
|
This option uses the same technique used by [Chrome Content Scripts][chrome-content-scripts].
|
||||||
You can access this context in the dev tools by selecting the
|
You can access this context in the dev tools by selecting the
|
||||||
'Electron Isolated Context' entry in the combo box at the top of the
|
'Electron Isolated Context' entry in the combo box at the top of the
|
||||||
Console tab. **Note:** This option is currently experimental and may
|
Console tab.
|
||||||
change or be removed in future Electron releases.
|
|
||||||
* `nativeWindowOpen` Boolean (optional) - Whether to use native
|
* `nativeWindowOpen` Boolean (optional) - Whether to use native
|
||||||
`window.open()`. Defaults to `false`. Child windows will always have node
|
`window.open()`. Defaults to `false`. Child windows will always have node
|
||||||
integration disabled. **Note:** This option is currently
|
integration disabled. **Note:** This option is currently
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue