Search results
10 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
ES Proposal spec-compliant shim for Promise.allSettled
ES 2021 spec-compliant shim for Promise.any
- Promise
- promises
- any
- settled
- fulfilled
- resolved
- rejected
- allsettled
- resolve
- race
- promise.any
- shim
- polyfill
- es-shim
An efficient, standards-compliant library for representing results of successful or failed operations
ES Proposal spec-compliant shim for Promise.allSettled
ES Proposal spec-compliant shim for Promise.withResolvers
- javascript
- ecmascript
- polyfill
- shim
- es-shim API
- Promise
- promises
- withResolvers
- defer
- deferred
- settled
- fulfilled
- resolved
- rejected
- View more
A ES2021 Promise implementation based on ES3 has high compatibility, and comply with ECMA-262 and Promises/A+
- es6-promise
- promise-like
- promise-polyfill
- promise-ponyfill
- promises-a
- promises-aplus
- ie8
- allsettled
- any
- finally
- es2021
Resolves promises concurrently with deterministic rejection order. Somewhere between Promise.all and 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.
- promise
- promises
- allsettled
- settle
- settled
- promise.allsettled
- promise.all
- reject
- rejected
- error
- aggregate
- aggregateerror
Utility to run multiple promises & deliver execution results of all Promises at a time.
Provides Promise.all and Promise.allSettled variants that limit the number of simultaneously pending promises.