refactor: remove experimentalCanvasFeatures property (#13684)

This commit is contained in:
Shelley Vohr
2018-07-16 13:32:42 -07:00
committed by GitHub
parent cc03213b62
commit 6045d1218a
6 changed files with 4 additions and 12 deletions

View File

@@ -305,8 +305,6 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
* `plugins` Boolean (optional) - Whether plugins should be enabled. Default is `false`.
* `experimentalFeatures` Boolean (optional) - Enables Chromium's experimental features.
Default is `false`.
* `experimentalCanvasFeatures` Boolean (optional) - Enables Chromium's experimental
canvas features. Default is `false`.
* `scrollBounce` Boolean (optional) - Enables scroll bounce (rubber banding) effect on
macOS. Default is `false`.
* `enableBlinkFeatures` String (optional) - A list of feature strings separated by `,`, like