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 AggregateError #35044

Closed
Richienb opened this issue Sep 4, 2020 · 1 comment
Closed

Implement AggregateError #35044

Richienb opened this issue Sep 4, 2020 · 1 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.

Comments

@Richienb
Copy link
Contributor

Richienb commented Sep 4, 2020

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

Aggregating multiple errors into one.

Describe the solution you'd like

The AggregateError subclass should be implemented. This is an important stepping stone for also implementing Promise.any which uses this.

Describe alternatives you've considered

aggregate-error does something similar but is not spec-compliant.

@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

See my comment in #35045, this should be filed against V8. Cheers!

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

2 participants