From 4788323582bba43d56427ea8ec91315ef93f327d Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 5 Nov 2014 15:02:37 +0800 Subject: [PATCH] docs: "plugins" attribute of --- docs/api/web-view-tag.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/api/web-view-tag.md b/docs/api/web-view-tag.md index d0b574539eb1..728fbc2d5d9a 100644 --- a/docs/api/web-view-tag.md +++ b/docs/api/web-view-tag.md @@ -50,7 +50,7 @@ and displays a "loading..." message during the load time: ### src ```html - + ``` Returns the visible URL. Writing to this attribute initiates top-level @@ -64,7 +64,7 @@ The `src` attribute can also accept data URLs, such as ### autosize ```html - + ``` If "on", the `webview` will container will automatically resize within the @@ -82,6 +82,14 @@ 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. +### plugins + +```html + +``` + +If "on", the guest page in `webview` will be able to use browser plugins. + ## Methods ### ``.getUrl()