docs: webFrame.executeJavaScript

This commit is contained in:
Cheng Zhao 2016-01-13 12:20:49 +08:00
parent 350c572a8c
commit 118924ba7a

View 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