ES Proposal spec-compliant shim for Promise.allSettled
-
Updated
Sep 3, 2023 - JavaScript
ES Proposal spec-compliant shim for Promise.allSettled
Just another library with the sole purpose of waiting till all promises to complete. Nothing more, Nothing less.
Como construir uma pokedex com JavaScript puro, sem frameworks.
Simple polyfill for Promise.allSettled - no dependencies - Uses default implementation if available.
Provides the missing angular $q.allSettled
PromiseA+ is fully implemented, and the any and allSettled methods in the Stage 4 of TC39 are also implemented.
Supercharge your promises with parallel, sequential, pooled, and batched resolution
Await an array of promises to be settled, then reject with an AggregateError upon failure, or resolve with an array of values upon success.
✨ 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.
Add a description, image, and links to the allsettled topic page so that developers can more easily learn about it.
To associate your repository with the allsettled topic, visit your repo's landing page and select "manage topics."