nl-promise

nl-promise

Usage no npm install needed!

<script type="module">
  import nlPromise from 'https://cdn.skypack.dev/nl-promise';
</script>

README

Progress Promise

Add a third callback function progress to the Promise. When the Promise is in the pending state, you can call the progress function many times. If the progress state changes, progress will not be triggered.

Installation

$ npm install nl-promise --save

License

MIT