Add webFrame.insertText API

This commit is contained in:
Cheng Zhao 2016-01-13 11:21:16 +08:00
parent d9d821cea5
commit 5567baf335
3 changed files with 15 additions and 1 deletions

View file

@ -90,4 +90,10 @@ Content Security Policy.
Registers the `scheme` as secure, bypasses content security policy for resources,
allows registering ServiceWorker and supports fetch API.
### `webFrame.insertText(text)`
* `text` String
* Inserts `text` to the focused element.
[spellchecker]: https://github.com/atom/node-spellchecker