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

View File

@@ -1227,7 +1227,7 @@ Start accessing a security scoped resource. With this method Electron applicatio
### `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.