Adding docs

This commit is contained in:
Hari Krishna Reddy Juturu 2017-06-19 11:21:31 -07:00
parent 902b34ba39
commit cf392e402c

View file

@ -60,6 +60,8 @@ It is important to note that this option alone won't enable the OS-enforced sand
`--enable-sandbox` command-line argument must be passed to electron, which will `--enable-sandbox` command-line argument must be passed to electron, which will
force `sandbox: true` for all `BrowserWindow` instances. force `sandbox: true` for all `BrowserWindow` instances.
To enable OS-enforced sandbox on `BrowserWindow` or `webview` process with `sandbox:true` without causing
entire app to be in sandbox, `--enable-mixed-sandbox` command-line argument must be passed to electron.
```js ```js
let win let win