Document disableBlinkFeatures option

This commit is contained in:
Kevin Sawicki 2016-06-07 13:56:33 -07:00
parent b941e25bf5
commit 636e356977

View file

@ -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 * `blinkFeatures` String - A list of feature strings separated by `,`, like
`CSSVariables,KeyboardEventKey`. The full list of supported feature strings `CSSVariables,KeyboardEventKey`. The full list of supported feature strings
can be found in the [RuntimeEnabledFeatures.in][blink-feature-string] file. 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. * `defaultFontFamily` Object - Sets the default font for the font-family.
* `standard` String - Defaults to `Times New Roman`. * `standard` String - Defaults to `Times New Roman`.
* `serif` String - Defaults to `Times New Roman`. * `serif` String - Defaults to `Times New Roman`.