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'
Polyfill for Promise.allSettled
<script type="module">
import promiseAllSettledPolyfill from 'https://cdn.skypack.dev/promise-all-settled-polyfill';
</script>
npm i promise-all-settled-polyfill
CommonJS:
require('promise-all-settled-polyfill')
ES module:
import 'promise-all-settled-polyfill'