📝 Add missing BrowserWindow.isDevToolsOpened method.
This commit is contained in:
parent
a1cbd11b5b
commit
f73e1f9188
1 changed files with 4 additions and 0 deletions
|
@ -517,6 +517,10 @@ Opens the developer tools.
|
|||
|
||||
Closes the developer tools.
|
||||
|
||||
### BrowserWindow.isDevToolsOpened()
|
||||
|
||||
Returns whether the developer tools are opened.
|
||||
|
||||
### BrowserWindow.toggleDevTools()
|
||||
|
||||
Toggle the developer tools.
|
||||
|
|
Loading…
Reference in a new issue