angular / zone.js

Implements Zones for JavaScript
https://github.com/angular/angular/tree/master/packages/zone.js/
MIT License
3.25k stars 407 forks source link

electron: fix #1200, handle electron 4 API changes #1217

Closed JiaLiPassion closed 5 years ago

JiaLiPassion commented 5 years ago

from electron 4, the CallbacksRegistry will not be exposed, so we need to patch ipcRenderer.on to handle main<->Renderer Process event handler patch.