promise.allsettled
ES Proposal spec-compliant shim for Promise.allSettled
Found 10 results for allsettled
ES Proposal spec-compliant shim for Promise.allSettled
An efficient, standards-compliant library for representing results of successful or failed operations
ES 2021 spec-compliant shim for Promise.any
ES Proposal spec-compliant shim for Promise.withResolvers
ES Proposal spec-compliant shim for Promise.allSettled
Works like Promise.allSettled except it will reject with an AggregateError if some of the promises rejected, otherwise resolves with the fulfilled values.
Resolves promises concurrently with deterministic rejection order. Somewhere between Promise.all and Promise.allSettled.
A ES2021 Promise implementation based on ES3 has high compatibility, and comply with ECMA-262 and Promises/A+
Provides Promise.all and Promise.allSettled variants that limit the number of simultaneously pending promises.
Utility to run multiple promises & deliver execution results of all Promises at a time.