From c58fa02e58a434cc26579ccd1cc21d0b18b5b8bb Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Wed, 20 Jun 2018 00:33:24 +1000 Subject: [PATCH] Mark browser window affinity as experimental --- docs/api/browser-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index f7a75fc9465..248d636919e 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -287,7 +287,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`. between the web pages even when you specified different values for them, including but not limited to `preload`, `sandbox` and `nodeIntegration`. So it is suggested to use exact same `webPreferences` for web pages with - the same `affinity`. + the same `affinity`. _This property is experimental_ * `zoomFactor` Number (optional) - The default zoom factor of the page, `3.0` represents `300%`. Default is `1.0`. * `javascript` Boolean (optional) - Enables JavaScript support. Default is `true`.