From dacfb2f5964ab49cd3c0a099d204da7e2ae759e4 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 9 Jan 2017 09:26:42 -0800 Subject: [PATCH] Mention contextIsolation is experimental --- docs/api/browser-window.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index aaded4efbee4..61a41e6ad0bb 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -293,6 +293,8 @@ It creates a new `BrowserWindow` with native properties as set by the `options`. loading potentially untrusted remote content to ensure the loaded content cannot tamper with the `preload` script and any Electron APIs being used. This option uses the same technique used by [Chrome Content Scripts][chrome-content-scripts]. + This option is experimental and may undergo further API changes before + Electron 2.0. When setting minimum or maximum window size with `minWidth`/`maxWidth`/ `minHeight`/`maxHeight`, it only constrains the users. It won't prevent you from