angular / zone.js

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

xhr: fix #1212, add XMLHttpRequest availability check to avoid error in service worker. #1213

Closed JiaLiPassion closed 5 years ago

JiaLiPassion commented 5 years ago

fix #1212.

gkalpak commented 5 years ago

Is Zone.js supposed to be running in Service Workers?

JiaLiPassion commented 5 years ago

@gkalpak, zone.js support WebWorker from the very beginning, and it seems there is some application in g3 use zone.js in ServiceWorker too.

gkalpak commented 5 years ago

👍 (I would really be interested to know what they are doing with Zone.js in a ServiceWorker :smiley:)

JiaLiPassion commented 5 years ago

@gkalpak, yeah, me too, it seems @IgorMinar will confirm the reason too.