then / promise

Bare bones Promises/A+ implementation
https://www.promisejs.org
MIT License
2.58k stars 312 forks source link

Promise.allSettled ? #169

Closed fritx closed 2 years ago

fritx commented 3 years ago

There is already Promise.all, but Promise.allSettled is missing https://github.com/then/promise/blob/master/src/es6-extensions.js

According to caniuse, Promise.allSettled shared the same compatibility in IE (not available for IE<=11) https://caniuse.com/?search=promise.all https://caniuse.com/?search=promise.allSettled

retyui commented 3 years ago

I created PR https://github.com/then/promise/pull/171 to fix it but not sure that this project is alive and maintainers can review it quickly

ForbesLindesay commented 2 years ago

Just released this feature.