[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
npm install @rtyughnnpm/omnis-distinctio-fugiat[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![dependency status][deps-svg]][deps-url]
[![dev dependency status][dev-deps-svg]][dev-deps-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
[![npm badge][npm-badge-png]][package-url]
ES Proposal spec-compliant shim for Promise.allSettled. Invoke its "shim" method to shim Promise.allSettled if it is unavailable or noncompliant. Note: a global Promise must already exist: the es6-shim is recommended.
This package implements the es-shim API interface. It works in an ES3-supported environment that has Promise available globally, and complies with the proposed spec.
Most common usage:
``js
var assert = require('assert');
var allSettled = require('@rtyughnnpm/omnis-distinctio-fugiat');
var resolved = Promise.resolve(42);
var rejected = Promise.reject(-1);
allSettled([resolved, rejected]).then(function (results) {
assert.deepEqual(results, [
{ status: 'fulfilled', value: 42 },
{ status: 'rejected', reason: -1 }
]);
});
allSettled.shim(); // will be a no-op if not needed
Promise.allSettled([resolved, rejected]).then(function (results) {
assert.deepEqual(results, [
{ status: 'fulfilled', value: 42 },
{ status: 'rejected', reason: -1 }
]);
});
`
, and run npm test`[package-url]: https://npmjs.com/package/@rtyughnnpm/omnis-distinctio-fugiat
[npm-version-svg]: http://versionbadg.es/rtyughnnpm/omnis-distinctio-fugiat.svg
[travis-svg]: https://travis-ci.org/rtyughnnpm/omnis-distinctio-fugiat.svg
[travis-url]: https://travis-ci.org/rtyughnnpm/omnis-distinctio-fugiat
[deps-svg]: https://david-dm.org/rtyughnnpm/omnis-distinctio-fugiat.svg
[deps-url]: https://david-dm.org/rtyughnnpm/omnis-distinctio-fugiat
[dev-deps-svg]: https://david-dm.org/rtyughnnpm/omnis-distinctio-fugiat/dev-status.svg
[dev-deps-url]: https://david-dm.org/rtyughnnpm/omnis-distinctio-fugiat#info=devDependencies
[npm-badge-png]: https://nodei.co/npm/@rtyughnnpm/omnis-distinctio-fugiat.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/@rtyughnnpm/omnis-distinctio-fugiat.svg
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/@rtyughnnpm/omnis-distinctio-fugiat.svg
[downloads-url]: http://npm-stat.com/charts.html?package=@rtyughnnpm/omnis-distinctio-fugiat
[codecov-image]: https://codecov.io/gh/rtyughnnpm/omnis-distinctio-fugiat/branch/main/graphs/badge.svg
[codecov-url]: https://app.codecov.io/gh/rtyughnnpm/omnis-distinctio-fugiat/
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/rtyughnnpm/omnis-distinctio-fugiat
[actions-url]: https://github.com/rtyughnnpm/omnis-distinctio-fugiat/actions