electron/lib
t57ser 7eaebe0bd6
fix: add isDestroyed check (#31208)
* 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>
2021-10-19 09:57:10 +09:00
..
asar feat: add support for validating asar archives on macOS (#30667) 2021-09-09 14:49:01 -07:00
browser fix: add isDestroyed check (#31208) 2021-10-19 09:57:10 +09:00
common chore: remove Node.js patch on Module.globalPaths (#31275) 2021-10-06 09:20:05 +09:00
isolated_renderer refactor: implement <webview> using contextBridge (#29037) 2021-05-15 16:42:07 +09:00
renderer refactor: only access memory coordinator interface from browser process (#31295) 2021-10-05 15:30:31 -07:00
sandboxed_renderer refactor: only access memory coordinator interface from browser process (#31295) 2021-10-05 15:30:31 -07:00
worker fix: self.module.paths not working in web workers (#29955) 2021-07-05 08:48:46 +09:00