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.
Based on #287, and the comment from @RicardoVaranda's comment, the XMLHTTPRequest will cause Uncaught Error: More tasks executed then were scheduled. The error can be described
as
Based on #287, and the comment from @RicardoVaranda's comment, the XMLHTTPRequest will cause Uncaught Error: More tasks executed then were scheduled. The error can be described
as
The abort will be called multiple times before the request is done.
So we should add logic to verify whether the request has already been aborted.
The text was updated successfully, but these errors were encountered: