Open pYr0x opened 6 years ago
Could this be behind a flag so as not to break existing apps?
Why wouldn’t this work in IE?
destructuring is not working on IE https://kangax.github.io/compat-table/es6/
Yeah, but you IE could destructure manually or with a transpiler right?
Sent from my iPhone
On Jun 9, 2018, at 10:02 AM, Julian notifications@github.com 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 be destructuredthis change will break all tests and all implementations this change will only work in Edge. Not on IE11
any thoughts?