paulmillr / es6-shim

ECMAScript 6 compatibility shims for legacy JS engines
http://paulmillr.com
MIT License
3.11k stars 387 forks source link

Remove @@species from Promise.all/Promise.race #374

Closed ljharb closed 8 years ago

ljharb commented 8 years ago

Per https://github.com/tc39/ecma262/issues/151, Promise.all and Promise.race no longer respect Symbol.species.

ljharb commented 8 years ago

Relates to #345 (I think)

cscott commented 8 years ago

Hm, first I'm hearing of it. I'm asking for clarification.

ljharb commented 8 years ago

@cscott it was just decided 40 minutes ago.

ljharb commented 8 years ago

Removal from the spec is here