Closed fritx closed 2 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
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
Just released this feature.
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