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
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

