providing option to undock devtools from browser-window
This commit is contained in:
parent
ae5586408f
commit
69d958b94e
7 changed files with 16 additions and 10 deletions
|
@ -457,7 +457,10 @@ Whether the window's document has been edited.
|
|||
|
||||
__Note__: This API is available only on OS X.
|
||||
|
||||
### BrowserWindow.openDevTools()
|
||||
### BrowserWindow.openDevTools([options])
|
||||
|
||||
* `options` Object
|
||||
* `detach` Boolean - opens devtools in a new window
|
||||
|
||||
Opens the developer tools.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue