An open API service indexing awesome lists of open source software.

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/

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