From a2554080ea40aa3f4c86cc8d2334c031869d3962 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 17 Jul 2017 12:40:59 -0700 Subject: [PATCH] Mark nativeWindowOpen as experimental --- docs/api/browser-window.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 21eaebf3b2f4..0bae5146e7bb 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -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 [`` tag](webview-tag.md). Defaults to the value of the `nodeIntegration` option. **Note:** The `preload` script configured for the `` will have node integration