Merge pull request #10050 from electron/native-window-open-experimental
Mark nativeWindowOpen as experimental
This commit is contained in:
commit
8ae7401f7c
1 changed files with 3 additions and 1 deletions
|
@ -339,7 +339,9 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
|
|||
'Electron Isolated Context' entry in the combo box at the top of the
|
||||
Console tab. **Note:** This option is currently experimental and may
|
||||
change or be removed in future Electron releases.
|
||||
* `nativeWindowOpen` Boolean (optional) - Whether to use native `window.open()`. Defaults to `false`.
|
||||
* `nativeWindowOpen` Boolean (optional) - Whether to use native
|
||||
`window.open()`. Defaults to `false`. **Note:** This option is currently
|
||||
experimental.
|
||||
* `webviewTag` Boolean (optional) - Whether to enable the [`<webview>` tag](webview-tag.md).
|
||||
Defaults to the value of the `nodeIntegration` option. **Note:** The
|
||||
`preload` script configured for the `<webview>` will have node integration
|
||||
|
|
Loading…
Reference in a new issue