diff --git a/docs/api/webview-tag.md b/docs/api/webview-tag.md index 9c09c8ef730e..1da5679c18ad 100644 --- a/docs/api/webview-tag.md +++ b/docs/api/webview-tag.md @@ -12,7 +12,8 @@ rendered. Unlike an `iframe`, the `webview` runs in a separate process than your app. It doesn't have the same permissions as your web page and all interactions between your app and embedded content will be asynchronous. This keeps your app -safe from the embedded content. +safe from the embedded content. **Note:** Most methods called on the +webview from the host page require a syncronous call to the main process. For security purposes, `webview` can only be used in `BrowserWindow`s that have `nodeIntegration` enabled.