Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promise.allSettled ? #169

Closed
fritx opened this issue Feb 22, 2021 · 2 comments
Closed

Promise.allSettled ? #169

fritx opened this issue Feb 22, 2021 · 2 comments

Comments

@fritx
Copy link

fritx commented Feb 22, 2021

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
Copy link
Contributor

retyui commented Oct 9, 2021

I created PR #171 to fix it but not sure that this project is alive and maintainers can review it quickly

@ForbesLindesay
Copy link
Member

Just released this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants