32 packages found
Simple polyfill for Promise.allSettled - no dependencies - Uses default implementation if available.
An efficient, standards-compliant library for representing results of successful or failed operations
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
This is a polyfill of the ES6/ES9/ES11/ES12 Promise.
Just another library with the sole purpose of waiting till all promises to complete.; Nothing more, Nothing less.
turn Bluebird.allSettled to Promise.allSettled
promise pool like Promise.allSettled
adds Q's allSettled method to Angular's $q
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
The official library for managing multi-stage operations. Support async actions
- pipeline
- transaction
- multi-stage
- undo
- do
- async
- await
- callback
- promise
- allSettled
- library
- package
- npm
- operation
- View more
同时实现了处于TC39 第四阶段草案(Stage 4)阶段的`any`和`allSettled`方法; 虽然本开源库通过了PromiseA+官方的872个测试用例,但不建议用于生产环境,仅用于学习,因为没有考虑与其他三方promise库的兼容问题。
A simple promise library. Simulates 3 functions of famous q library with native promise - defer, fcall and allSettled.