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
I've just upgraded to 0.11.1 and noticed that our IE9 api requests that return 204 are now noticeably failing. This is because of this bug.
It turns out they were always failing but the old code was returning Promise.reject(data) instead of this update.
I was going to submit a PR to fix this but I want to first check that you would entertain a bug fix for IE9. It is sadly on our list of supported browsers and is not up for removal
The text was updated successfully, but these errors were encountered:
I've just upgraded to 0.11.1 and noticed that our IE9 api requests that return 204 are now noticeably failing. This is because of this bug.
It turns out they were always failing but the old code was returning
Promise.reject(data)
instead of this update.I was going to submit a PR to fix this but I want to first check that you would entertain a bug fix for IE9. It is sadly on our list of supported browsers and is not up for removal
The text was updated successfully, but these errors were encountered: