Skip to content

Commit

Permalink
fix: <webview> render-process-gone event dispatch (#26576)
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Burda <miburda@microsoft.com>
  • Loading branch information
miniak and Milan Burda committed Nov 18, 2020
1 parent b7b714a commit 07c4e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/renderer/web-view/guest-view-internal.ts
Expand Up @@ -27,6 +27,7 @@ const WEB_VIEW_EVENTS: Record<string, Array<string>> = {
'focus-change': ['focus', 'guestInstanceId'],
'close': [],
'crashed': [],
'render-process-gone': ['details'],
'plugin-crashed': ['name', 'version'],
'destroyed': [],
'page-title-updated': ['title', 'explicitSet'],
Expand Down

0 comments on commit 07c4e24

Please sign in to comment.