mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Merge pull request #343 from gmr/master
Add a `focus` event to BrowserWindow
This commit is contained in:
@@ -134,6 +134,10 @@ Emitted when the unresponsive web page becomes responsive again.
|
||||
|
||||
Emitted when window loses focus.
|
||||
|
||||
### Event: 'focus'
|
||||
|
||||
Emitted when window gains focus.
|
||||
|
||||
### Class Method: BrowserWindow.getAllWindows()
|
||||
|
||||
Returns an array of all opened browser windows.
|
||||
|
||||
Reference in New Issue
Block a user