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
If the XHR request encounters any kind of errors the promise rejects, but the promise rejections aren't handled.
Seems like there are a few places in the code where promise rejections aren't handled.
The text was updated successfully, but these errors were encountered:
Loader assumes that Response status is always 200 and attempts to access .json or .buffer both of which can be empty if request failed. I made it fail with 404 requesting nonexistent URL.
If the XHR request encounters any kind of errors the promise rejects, but the promise rejections aren't handled.
Seems like there are a few places in the code where promise rejections aren't handled.
The text was updated successfully, but these errors were encountered: