From 636e356977fb580bba6204b546d1a4c95f172133 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 7 Jun 2016 13:56:33 -0700 Subject: [PATCH] Document disableBlinkFeatures option --- docs/api/browser-window.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 2351c0d..b89daa8 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -177,6 +177,10 @@ The `webPreferences` option is an object that can have following properties: * `blinkFeatures` String - A list of feature strings separated by `,`, like `CSSVariables,KeyboardEventKey`. The full list of supported feature strings can be found in the [RuntimeEnabledFeatures.in][blink-feature-string] file. +* `disableBlinkFeatures` String - A list of feature strings separated by `,`, + like `CSSVariables,KeyboardEventKey`. The full list of supported feature + strings can be found in the [RuntimeEnabledFeatures.in][blink-feature-string] + file. * `defaultFontFamily` Object - Sets the default font for the font-family. * `standard` String - Defaults to `Times New Roman`. * `serif` String - Defaults to `Times New Roman`. -- 2.7.4