You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
fix(xhr): inner onreadystatechange should not triigger Zone callback (#800)
fixangular/angular#17167,
zone.js will patch xhr, and add onreadystatechange internally,
this onreadystatechange just for invoke the xhr MacroTask, so it should
not trigger ZoneSpec's callback.
in this commit, use original native addEventListener/removeEventListener
to add internal onreadystatechange event listener.
0 commit comments