Merge pull request #6547 from electron/update-web-view-docs

docs: Update nodeintegration of web-view-tag.md
This commit is contained in:
Cheng Zhao
2016-07-20 05:18:47 -06:00
committed by GitHub

View File

@@ -121,9 +121,6 @@ than the minimum values or greater than the maximum.
If "on", the guest page in `webview` will have node integration and can use node
APIs like `require` and `process` to access low level system resources.
**Note:** Node integration will always be disabled in the `webview` if it is
disabled on the parent window.
### `plugins`
```html