mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
* Added isDestroyed check fix: https://github.com/electron/electron/issues/31196 * fix: unregister frame name Unregister the frame name so that we do not accidentally unregister the wrong window later on in case there is a timing issue with the events * fix; check if webContents is destroyed * fix: check if window/webContents is destroyed Co-authored-by: Cheng Zhao <github@zcbenz.com> Co-authored-by: Cheng Zhao <github@zcbenz.com>