docs: gpu-crashed is moved to app
This commit is contained in:
parent
ffd9c743de
commit
5b5393e82b
2 changed files with 4 additions and 4 deletions
|
@ -125,6 +125,10 @@ app.on('select-certificate', function(event, host, url, list, callback) {
|
||||||
`event.preventDefault()` prevents from using the first certificate from
|
`event.preventDefault()` prevents from using the first certificate from
|
||||||
the store.
|
the store.
|
||||||
|
|
||||||
|
### Event: 'gpu-crashed'
|
||||||
|
|
||||||
|
Emitted when the gpu process is crashed.
|
||||||
|
|
||||||
## app.quit()
|
## app.quit()
|
||||||
|
|
||||||
Try to close all windows. The `before-quit` event will first be emitted. If all
|
Try to close all windows. The `before-quit` event will first be emitted. If all
|
||||||
|
|
|
@ -757,10 +757,6 @@ Calling `event.preventDefault()` can prevent the navigation.
|
||||||
|
|
||||||
Emitted when the renderer process is crashed.
|
Emitted when the renderer process is crashed.
|
||||||
|
|
||||||
### Event: 'gpu-crashed'
|
|
||||||
|
|
||||||
Emitted when the gpu process is crashed.
|
|
||||||
|
|
||||||
### Event: 'plugin-crashed'
|
### Event: 'plugin-crashed'
|
||||||
|
|
||||||
* `event` Event
|
* `event` Event
|
||||||
|
|
Loading…
Reference in a new issue