angular/packages/zone.js/lib/extra
JiaLiPassion d65706a3b2 feat(zone.js): update electron patch to support electron/remote 14 (#45073)
Close #43346

From electron 14, the `CallbacksRegistry` is moved to `@electron/remote` package,
so all `remote` call between `main` process and `renderer` process is
not being patched since the new version of electron released.
Also `CallbacksRegistry` is not exported outside, so this commit make a
`hack` patch to load `CallbacksRegistry` from
`@electron/remote/dist/src/renderer/callbacks-registry` for patching.

PR Close #45073
2022-02-23 08:57:12 -08:00
..
bluebird.ts build: enable useUnknownInCatchVariables (#44679) 2022-02-01 18:17:29 +00:00
cordova.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
electron.ts feat(zone.js): update electron patch to support electron/remote 14 (#45073) 2022-02-23 08:57:12 -08:00
jsonp.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
socket-io.ts fix(zone.js): should continue to executue listeners when throw error (#41562) 2021-04-21 15:54:08 -07:00