Enable native tabs on macOS

This commit is contained in:
Tony Ganch 2017-03-27 16:15:17 +02:00
parent 9e02c60e22
commit a7565f0d57
5 changed files with 23 additions and 1 deletions

View file

@ -264,6 +264,9 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
canvas features. Default is `false`.
* `scrollBounce` Boolean (optional) - Enables scroll bounce (rubber banding) effect on
macOS. Default is `false`.
* `tabbingIdentifier` String (optional) - Tab group name, allows opening the
window as a native tab on macOS 10.12+. Windows with the same tabbing identifier will
be grouped together.
* `blinkFeatures` String (optional) - A list of feature strings separated by `,`, like
`CSSVariables,KeyboardEventKey` to enable. The full list of supported feature
strings can be found in the [RuntimeEnabledFeatures.json5][blink-feature-string]