This is potentially a very simple question, `Promise.all()` takes a single
iterable as a parameter. Is there any particularly reason it wasn't
overloaded to allow passing multiple parameters (and use `...arguments`)?
Of course, the only difference is the creation of an array, but it *is* an
array that doesn't need to be created.

Jacob Pratt
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to