Merge pull request #1337 from deepak1556/api_devtools_window_patch

browserWindow: adding devtools-focused event
This commit is contained in:
Cheng Zhao 2015-04-07 09:50:31 +08:00
commit e95ab2ddb8
6 changed files with 17 additions and 0 deletions

View file

@ -184,6 +184,10 @@ Emitted when devtools is opened.
Emitted when devtools is closed.
### Event: 'devtools-focused'
Emitted when devtools is focused / opened.
### Class Method: BrowserWindow.getAllWindows()
Returns an array of all opened browser windows.