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.
I am logging a bug report:
There seems to be a bug in the bookkeeping of
XMLHttpRequestin zone.js.If I trigger a synchronous
XMLHttpRequestwhen zonejs is loaded on the page I get the following error:Error: More tasks executed then were scheduled.The error does not occur if the request is asynchronous.
Here is a simple plunker with a repro: https://plnkr.co/edit/7Cn3JknfDIIHMIdqcuo0?p=preview
I have not looked into this extensively, but the error occurs here:
nextis set to -1 which triggers the error condition.