Adding enableMixedSandbox api

This commit is contained in:
Hari Krishna Reddy Juturu 2017-06-26 14:13:41 -07:00
parent 0eaddd1565
commit 74196b96a1
3 changed files with 33 additions and 1 deletions

View file

@ -903,6 +903,12 @@ correctly.
**Note:** This will not affect `process.argv`.
### `app.enableMixedSandbox()`
Enables mixed sandbox mode on the app.
This method can only be called before app is ready.
### `app.dock.bounce([type])` _macOS_
* `type` String (optional) - Can be `critical` or `informational`. The default is