Adding enableMixedSandbox api
This commit is contained in:
parent
0eaddd1565
commit
74196b96a1
3 changed files with 33 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue