📝 Add docs on window events.
This commit is contained in:
parent
406f0b7bc7
commit
53a4f34433
1 changed files with 16 additions and 0 deletions
|
@ -99,6 +99,22 @@ shouldn't!).
|
||||||
Emitted when the memory taken by the native window is released. Usually you
|
Emitted when the memory taken by the native window is released. Usually you
|
||||||
should dereference the javascript object when received this event.
|
should dereference the javascript object when received this event.
|
||||||
|
|
||||||
|
### Event: 'unresponsive'
|
||||||
|
|
||||||
|
Emiited when the web page becomes unresponsive.
|
||||||
|
|
||||||
|
### Event: 'responsive'
|
||||||
|
|
||||||
|
Emitted when the unresponsive web page becomes responsive again.
|
||||||
|
|
||||||
|
### Event: 'crashed'
|
||||||
|
|
||||||
|
Emitted when the renderer process is crashed.
|
||||||
|
|
||||||
|
### Event: 'blur'
|
||||||
|
|
||||||
|
Emiited when window loses focus.
|
||||||
|
|
||||||
### Class Method: BrowserWindow.getAllWindows()
|
### Class Method: BrowserWindow.getAllWindows()
|
||||||
|
|
||||||
Returns an array of all opened browser windows.
|
Returns an array of all opened browser windows.
|
||||||
|
|
Loading…
Reference in a new issue