Add webFrame.insertText API
This commit is contained in:
parent
d9d821cea5
commit
5567baf335
3 changed files with 15 additions and 1 deletions
|
@ -60,6 +60,9 @@ class WebFrame : public mate::Wrappable {
|
|||
void RegisterURLSchemeAsBypassingCSP(const std::string& scheme);
|
||||
void RegisterURLSchemeAsPrivileged(const std::string& scheme);
|
||||
|
||||
// Editing.
|
||||
void InsertText(const std::string& text);
|
||||
|
||||
// mate::Wrappable:
|
||||
virtual mate::ObjectTemplateBuilder GetObjectTemplateBuilder(
|
||||
v8::Isolate* isolate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue