Add API to execute javascript in devtools.
This commit is contained in:
parent
a50d3bde5c
commit
d7a54cf3a6
4 changed files with 23 additions and 4 deletions
|
@ -105,6 +105,8 @@ class Window : public EventEmitter,
|
|||
|
||||
// APIs for devtools.
|
||||
static void GetDevTools(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void ExecuteJavaScriptInDevTools(
|
||||
const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
|
||||
// APIs for NavigationController.
|
||||
static void LoadURL(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue