docs: webFrame.executeJavaScript
authorCheng Zhao <zcbenz@gmail.com>
Wed, 13 Jan 2016 04:20:49 +0000 (12:20 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 13 Jan 2016 04:20:49 +0000 (12:20 +0800)
docs/api/web-frame.md

index e5dfa0b..d9e02ac 100644 (file)
@@ -96,4 +96,15 @@ allows registering ServiceWorker and supports fetch API.
 
 Inserts `text` to the focused element.
 
+### `webFrame.executeJavaScript(code[, userGesture])`
+
+* `code` String
+* `userGesture` Boolean (optional) - Default is `false`.
+
+Evaluates `code` in page.
+
+In the browser window some HTML APIs like `requestFullScreen` can only be
+invoked by a gesture from the user. Setting `userGesture` to `true` will remove
+this limitation.
+
 [spellchecker]: https://github.com/atom/node-spellchecker