Add webFrame.insertText API
This commit is contained in:
parent
d9d821cea5
commit
5567baf335
3 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue