providing option to undock devtools from browser-window

This commit is contained in:
deepak1556 2015-03-26 14:43:35 +05:30
parent ae5586408f
commit 69d958b94e
7 changed files with 16 additions and 10 deletions

View file

@ -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.