browserWindow: adding devtools-focused event

This commit is contained in:
Robo 2015-03-31 21:15:06 +05:30
parent ce3d9f44ff
commit 3aefa5f549
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.