From d6d245d0c374d0b5a8cef70759327b172cf77ecd Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Thu, 13 Dec 2018 08:21:16 -0800 Subject: [PATCH] docs: contextIsolation is no longer experimental (#16043) --- docs/api/browser-window.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index a93be71fa08f..40b6c1cb576a 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -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]. 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 - Console tab. **Note:** This option is currently experimental and may - change or be removed in future Electron releases. + Console tab. * `nativeWindowOpen` Boolean (optional) - Whether to use native `window.open()`. Defaults to `false`. Child windows will always have node integration disabled. **Note:** This option is currently