|
@@ -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'],
|