-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PBjs Core Ajax: if xfr.open() explodes it lets the caller know #7161
Conversation
IE11 explodes on .open for deleted URLs created from URL.createObjectURL
No idea why CircleCI is failing, for me to look I need to give it read/write access to everything which I am not prepared to do. Running the tests locally Works for Me(tm) though:
Also running the tests through BrowserStack Works For Me(tm):
|
reran tests on this pr and we should be good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
IE11 explodes on .open for deleted URLs created from URL.createObjectURL
For example, IE11 explodes on
.open
for deleted URLs created fromURL.createObjectURL
.Type of change
Description of change
When XFR is upset, do not just silently die and stall the caller but use the callback error handler from inside catch.