README
promise
A pure JavaScript ES6 promise polyfill.
Examples
Thanks
Notice
If want to support IE <= 8, must use the file
promise.min.js
.
A pure JavaScript ES6 promise polyfill.
<script type="module">
import nuintunPromise from 'https://cdn.skypack.dev/@nuintun/promise';
</script>
A pure JavaScript ES6 promise polyfill.
If want to support IE <= 8, must use the file
promise.min.js
.