Enable getting a window according to its attached devtools.
This commit is contained in:
parent
86ebd6e8e3
commit
f5fc26d8fc
3 changed files with 25 additions and 0 deletions
|
@ -103,6 +103,9 @@ class Window : public EventEmitter,
|
|||
static void GetProcessID(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void IsCrashed(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
|
||||
// APIs for devtools.
|
||||
static void GetDevTools(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
|
||||
// APIs for NavigationController.
|
||||
static void LoadURL(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void GetURL(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue