mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: remove deprecated gpu-process-crashed event (#40255)
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
@@ -441,6 +441,9 @@ app.configureHostResolver({ secureDnsMode: 'foo' });
|
||||
// @ts-expect-error Removed API
|
||||
console.log(app.runningUnderRosettaTranslation);
|
||||
|
||||
// @ts-expect-error Removed API
|
||||
app.on('gpu-process-crashed', () => {});
|
||||
|
||||
// @ts-expect-error Removed API
|
||||
app.on('renderer-process-crashed', () => {});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user