#aggregateerror

[ follow ]
JavaScript
fromAllthingssmitty
6 days ago

Understanding Promise.any(): when one success is enough - Matt Smith

Promise.any resolves with the first fulfilled promise and rejects with an AggregateError only if all input promises reject.
[ Load more ]