enhancementhelp wanted
Repository metrics
- Stars
- (247 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.