hazzle-promises
v0.0.1-b
Published
A compliant Promises/A+ implementation, and as close as possible to the ES6 Spec.
Downloads
2
Maintainers
Readme
ECMA-6 Promises polyfill
![Gitter](https://badges.gitter.im/Join Chat.svg)
100% compliant Promises/A+ implementation, and as close as possible to the ES6 Spec.
This polyfill can be used as a stand-alone or together with the hAzzlejS Javascript library.
Be aware that ECMA-6 already have been on the table for some years now, and ECMA-7 are sneaking in the shadows, so the specs will change again and again...
Note!! For better performance you should load the ECMA-6 setImmediate polyfill first, else it will fall back to a normal timeOut.