0.0.83 • Published 9 years ago

extendedpromise v0.0.83

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

extendedpromise

Extended Promise extends Javascript Promises to support timeouts with default resolutions, state checking and the ability to relieve Promises of the responsibility to complete. This is accomplished by wrapping Promises with another class to avoid the risks associated with a shim on built-in Promises or Promise subclassing.

For documentation see the Wiki: https://github.com/anywhichway/extendedpromise/wiki

For questions, bugs, enhancement requests use: https://github.com/anywhichway/extendedpromise/issues

npm install extendedpromise

also works in a browser

Currently planned sprints are:

2015 April

Feel free to fork and send us pull requests. We would like to make this better for everyone.

updates

2015-30-30 Initial public commit v0.0.83

license

This software is provided as-is under the MIT license.