promiseout
reject the promise if timeout is broken
reject the promise if timeout is broken
Execute all the promise tasks with rejection ignored and get the precise resolved and rejected result.
Track the list of currently rejected promises.
Set of methods allowing simplify work with promises in cycle such as: forEach, map, find, filter, reduce, while, transform. Besides there are methods for comfortable work with promises or asynchronous operations - all, retry, timeout.
Return rejected promises
[](https://travis-ci.org/Dobby89/promise-all-settled-by-key) [](https://www.npmjs.com/package/pro
Provides a way of knowing when a promise chain is settled. Useful for testing.
A wrapper for the default promise object in javascirpt which gives more control over the state and value of a promise as it progresses.
Retry an async function with different strategies
Executes an array of promises and returns their resolved or rejected results.
ES Proposal spec-compliant shim for Promise.any, ported to TypeScript
Extends promises with their state, a timeout and make them cancellable, all of that vue reactive
Retry a promise-returning or async function
Better way to cancel promises using AbortSignal
Returns the first Promise in an iterable to resolve
Retry a promise-returning or async function
Retry a promise-returning or async function
promise
Works like Promise.allSettled except it will reject with an AggregateError if some of the promises rejected, otherwise resolves with the fulfilled values.
ES Proposal spec-compliant shim for Promise.withResolvers