Add a message argument to bring the constructor in line with the TC39 AggregateError proposal.
Before
new AggregateError(errors)
After
new AggregateError(errors[, message])
The message is simply written to error.message
property.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too