docs: clarify app.enableSandbox documentation (#22894)

This commit is contained in:
Jeremy Apthorp 2020-04-01 08:20:37 -07:00 committed by GitHub
parent 884b46fce7
commit 5715e94db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1227,7 +1227,7 @@ Start accessing a security scoped resource. With this method Electron applicatio
### `app.enableSandbox()` _Experimental_ ### `app.enableSandbox()` _Experimental_
Enables full sandbox mode on the app. Enables full sandbox mode on the app. This means that all renderers will be launched sandboxed, regardless of the value of the `sandbox` flag in WebPreferences.
This method can only be called before app is ready. This method can only be called before app is ready.