docs: BrowserWindow.isDevToolsFocused
This commit is contained in:
parent
b72a5884f2
commit
c9ee6b4caf
1 changed files with 5 additions and 1 deletions
|
@ -613,7 +613,11 @@ Returns whether the developer tools are opened.
|
|||
|
||||
### `win.toggleDevTools()`
|
||||
|
||||
Toggle the developer tools.
|
||||
Toggles the developer tools.
|
||||
|
||||
### `win.isDevToolsFocused()`
|
||||
|
||||
Returns whether the developer tools is focused.
|
||||
|
||||
### `win.inspectElement(x, y)`
|
||||
|
||||
|
|
Loading…
Reference in a new issue