Mark app.enableMixedSandbox() as experimental

This commit is contained in:
Kevin Sawicki 2017-06-28 08:36:29 -07:00
parent 2df9e57b50
commit f1dbfb1925

View file

@ -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.