/JsPromise

An implementation of javascript Promise for demonstration

Primary LanguageJavaScriptMIT LicenseMIT

JsPromise

This is an implementation of Javascript Promise for demostrating how promise works. It does not totally comply with the Promises/A+ specification and lack of testing.

DO NOT USE IT IN ANY PRODUCTION ENVIRONMENT.