🐛 add isDevToolsFocused to WebContents to fix #3928, add devtools-[focused|open|close] events to WebView to fix #3783.
This commit is contained in:
parent
8aced2c31e
commit
96d68b9285
5 changed files with 16 additions and 0 deletions
|
@ -79,6 +79,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
void OpenDevTools(mate::Arguments* args);
|
||||
void CloseDevTools();
|
||||
bool IsDevToolsOpened();
|
||||
bool IsDevToolsFocused();
|
||||
void ToggleDevTools();
|
||||
void EnableDeviceEmulation(const blink::WebDeviceEmulationParams& params);
|
||||
void DisableDeviceEmulation();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue