troth

A basic implementation complying with the Promises/A+ spec

Usage no npm install needed!

<script type="module">
  import troth from 'https://cdn.skypack.dev/troth';
</script>

README

troth

Promises/A+ 1.0 logo

I haven't yet had an opportunity to use Promises in anger, so to ensure I was up to speed, I followed the spec and wrote my own implementation. Note: it does not yet handle cycle detection.

npm install troth

Licensed under the MIT license.