stefanpenner / es6-promise

A polyfill for ES6-style Promises
MIT License
7.29k stars 594 forks source link

move array type checking from `enumerator` to `.all` #293

Open bekzod opened 7 years ago

stefanpenner commented 6 years ago

@stefanpenner I think tests in master broken, locally master is breaking

Tests on master are now green :)

hilbix commented 5 years ago

According to MDN the input is iterable, so Array is not enough.

Promise.all(iterable);