https://github.com/cmtt/promise
Just another promise module. Will be deprecated in the future due to ES6
https://github.com/cmtt/promise
Last synced: about 1 year ago
JSON representation
Just another promise module. Will be deprecated in the future due to ES6
- Host: GitHub
- URL: https://github.com/cmtt/promise
- Owner: cmtt
- Created: 2015-01-19T12:39:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T12:59:28.000Z (over 11 years ago)
- Last Synced: 2025-02-05T19:34:22.976Z (over 1 year ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Promise
-------
This is just another promise library, adapted from [briancavalier](https://github.com/briancavalier)'s
tiny promise (Gist)(https://gist.github.com/briancavalier/814318), by itself
a version of John Hann's [tiny promise](https://gist.github.com/unscriptable/814052).
It was extended with a Promise.all() function.
# License
MIT