feat: add global renderer-process-crashed event (#17315)
This commit is contained in:
parent
a8698d092b
commit
6072da239d
4 changed files with 36 additions and 4 deletions
|
@ -352,6 +352,16 @@ Returns:
|
|||
|
||||
Emitted when the gpu process crashes or is killed.
|
||||
|
||||
### Event: 'renderer-process-crashed'
|
||||
|
||||
Returns:
|
||||
|
||||
* `event` Event
|
||||
* `webContents` [WebContents](web-contents.md)
|
||||
* `killed` Boolean
|
||||
|
||||
Emitted when the renderer process of `webContents` crashes or is killed.
|
||||
|
||||
### Event: 'accessibility-support-changed' _macOS_ _Windows_
|
||||
|
||||
Returns:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue