mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Add webFrame.insertText API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user