Skip to content

Commit

Permalink
Add note about built-in AggregateError type
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 21, 2020
1 parent d5bb4ac commit f157b3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

> Create an error from multiple errors
*Note: With [Node.js 15](https://medium.com/@nodejs/node-js-v15-0-0-is-here-deb00750f278), there's now a built-in [`AggregateError`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError) type.*

This comment has been minimized.

Copy link
@gr2m

gr2m Jun 4, 2021

Contributor

@sindresorhus I didn't know about the native API, thank you for adding the note! Can you tell if the native AggregateError and your module are compatible?

This comment has been minimized.

Copy link
@gr2m

gr2m Jun 4, 2021

Contributor

sorry, I see there is #4


## Install

Expand Down

0 comments on commit f157b3b

Please sign in to comment.