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
On Jun 9, 2018, at 10:02 AM, Julian ***@***.***> wrote:
destructuring is not working on IE
https://kangax.github.io/compat-table/es6/
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
i would like to unify the response of the XHR response.
the idea is to response a array while resolving or rejecting.
i came up with this:
deferred.resolve([_xhrResp(xhr, o), xhr.statusText, xhr]);
will return an array which can bedestructured
this change will break all tests and all implementations
this change will only work in Edge. Not on IE11
any thoughts?
The text was updated successfully, but these errors were encountered: