promise-all-settled-polyfill

Polyfill for Promise.allSettled

Usage no npm install needed!

<script type="module">
  import promiseAllSettledPolyfill from 'https://cdn.skypack.dev/promise-all-settled-polyfill';
</script>

README

Promise.allSettled polyfill

install

npm i promise-all-settled-polyfill

import

CommonJS:

require('promise-all-settled-polyfill')

ES module:

import 'promise-all-settled-polyfill'