JavaScriptfromAllthingssmitty6 days agoUnderstanding Promise.any(): when one success is enough - Matt SmithPromise.any resolves with the first fulfilled promise and rejects with an AggregateError only if all input promises reject.