A word-for-code Promises/A+ implementation
Assuming you have npm
and node
installed,
git clone https://github.com/hilarious-capital/comical-promise.git
cd comical-promise
npm install && npm run test
A vanilla javascript Promise impelementation. Its a word-for-word (or word-for-code if you will) implementation of the Promises/A+ specification, since that's what IN right now.
- I need a promise implementation for another project.
- I can't use the browser implementation since I have no guarantees on the browser version said project will run on.
- I am naive and I think I can skirt by with no 3rd-party
js
dependencies in said project (say NO ✋ tonode_modules
) - Fun? 👀