docs: BrowserWindow.isDevToolsFocused

This commit is contained in:
Cheng Zhao 2015-09-15 11:43:04 +08:00
parent b72a5884f2
commit c9ee6b4caf

View file

@ -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)`