resolve()/reject() on Promise subclasses and @@species
C. Scott Ananian
ecmascript at cscott.net
Thu Nov 5 03:29:20 UTC 2015
Again, the reasoning at the time was that `Promise.all(x)` could be
considered sugar for `Promise.resolve(x).all()` in ES7, and so
`Promise.all` was "really" an instance method after all. Again, I could
support a change, I'm just saying it wasn't totally crazy, and no one made
any objection at the time.
But this is really rehashing the previous discussion.
--scott
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20151104/798fcce7/attachment.html>
More information about the es-discuss
mailing list