https://github.com/cdata/es-promise-polyfill
A polyfill for browser-native Promises, conforming to http://promises-aplus.github.io/promises-spec/
https://github.com/cdata/es-promise-polyfill
Last synced: 7 months ago
JSON representation
A polyfill for browser-native Promises, conforming to http://promises-aplus.github.io/promises-spec/
- Host: GitHub
- URL: https://github.com/cdata/es-promise-polyfill
- Owner: cdata
- Created: 2014-01-15T08:21:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-28T00:16:51.000Z (over 11 years ago)
- Last Synced: 2025-03-27T22:17:04.413Z (10 months ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ES Promise Polyfill ![Build status for master branch][1]
This project is a stab at creating a reliable, cross-browser polyfill for native platform Promises. The implementation is conformant with [Promises/A+][2]. Currently, the library is run against the [promises-aplus-tests][3] spec. Eventually, it will be fully compatible with [the Promise API documented on HTML5 Rocks][4].
[1]: https://circleci.com/gh/cdata/es-promise-polyfill.png?circle-token=d3efb416d997edf13c6b11d8a9ab0b7835a1e2ca
[2]: http://promises-aplus.github.io/promises-spec/
[3]: https://github.com/promises-aplus/promises-tests
[4]: http://www.html5rocks.com/en/tutorials/es6/promises/#toc-api