Browse Source

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

docs: Update nodeintegration of web-view-tag.md
Cheng Zhao 8 years ago
parent
commit
a0c5749ac1
1 changed files with 0 additions and 3 deletions
  1. 0 3
      docs/api/web-view-tag.md

+ 0 - 3
docs/api/web-view-tag.md

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