We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I created PR #171 to fix it but not sure that this project is alive and maintainers can review it quickly
Sorry, something went wrong.
Just released this feature.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: