Mark app.enableMixedSandbox() as experimental
This commit is contained in:
parent
2df9e57b50
commit
f1dbfb1925
1 changed files with 2 additions and 2 deletions
|
@ -903,9 +903,9 @@ correctly.
|
|||
|
||||
**Note:** This will not affect `process.argv`.
|
||||
|
||||
### `app.enableMixedSandbox()`
|
||||
### `app.enableMixedSandbox()` _Experimental_
|
||||
|
||||
Enables mixed sandbox mode on the app.
|
||||
Enables mixed sandbox mode on the app.
|
||||
|
||||
This method can only be called before app is ready.
|
||||
|
||||
|
|
Loading…
Reference in a new issue