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.
feat: make fetch() zone-aware without triggering extra requests or uncatchable errors. (#622)
* Instrument with probePromise()
* De-instrument (probePromise).
* Introduce helper function to wraps any function returning a promise, ensuring a ZoneAwarePromise is returned. Use it on fetch().
* Minor readability improvement.
* No need to wrap result promise in ZoneAwarePromise after patching its constructor.
* Remove promise prober from karma build conf.
* Address linter issues.
* Use const.
0 commit comments