mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
d377cbfa744f770c93f62ea6d53e175d90d07de7
It's possible that the object gets destructed after reloading, however since we already released all objects in browser when unloading, it would cause troubles when sending message in an unexist context. We just rely on the closure to mark whether the context is gone. A more suitable solution, however, is to restart renderer process when doing reloading.
Languages
C++
56.7%
TypeScript
32.6%
Objective-C++
5.6%
JavaScript
2.2%
Python
1.7%
Other
1.1%