Implement AggregateError #35044
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.
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.
The text was updated successfully, but these errors were encountered: