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

Implement Promise.any #35045

Closed
Richienb opened this issue Sep 4, 2020 · 2 comments
Closed

Implement Promise.any #35045

Richienb opened this issue Sep 4, 2020 · 2 comments
Labels
feature request Issues that request new features to be added to Node.js. v8 engine Issues and PRs related to the V8 dependency. wrong repo Issues that should be opened in another repository.

Comments

@Richienb
Copy link
Contributor

Richienb commented Sep 4, 2020

Is your feature request related to a problem? Please describe.

Getting the first promise to fulfill.

Describe the solution you'd like

Promise.any should be implemented.

Describe alternatives you've considered

p-any does something similar but is not spec-compliant.

Dependent features

@bnoordhuis bnoordhuis added feature request Issues that request new features to be added to Node.js. v8 engine Issues and PRs related to the V8 dependency. wrong repo Issues that should be opened in another repository. labels Sep 4, 2020
@bnoordhuis
Copy link
Member

Sorry, wrong project - JS language features are implemented by V8, not Node.js. Please file an issue with that project.

@gengjiawen
Copy link
Member

Promise.any implemented in v8 8.5. You can watch this pr: #34337.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to Node.js. v8 engine Issues and PRs related to the V8 dependency. wrong repo Issues that should be opened in another repository.
Projects
None yet
Development

No branches or pull requests

3 participants