Browse Source

docs: webFrame.executeJavaScript

Cheng Zhao 9 years ago
parent
commit
118924ba7a
1 changed files with 11 additions and 0 deletions
  1. 11 0
      docs/api/web-frame.md

+ 11 - 0
docs/api/web-frame.md

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