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

https://github.com/nuintun/promise

A pure JavaScript ES6 promise polyfill.
https://github.com/nuintun/promise

Last synced: 4 months ago
JSON representation

A pure JavaScript ES6 promise polyfill.

Awesome Lists containing this project

README

          

# promise

> A pure JavaScript ES6 promise polyfill.
>
> [![NPM Version][npm-image]][npm-url]
> [![Dependencies][david-image]][david-url]

# Examples

> [examples/index.html](https://nuintun.github.io/promise/examples/index.html)

### Thanks

> [Yahoo/ypromise](https://github.com/yahoo/ypromise)

### Notice

> If want to support IE <= 8, must use the file `promise.min.js`.

[npm-image]: https://img.shields.io/npm/v/@nuintun/promise.svg?style=flat-square
[npm-url]: https://www.npmjs.org/package/@nuintun/promise
[david-image]: http://img.shields.io/david/dev/nuintun/promise.svg?style=flat-square
[david-url]: https://david-dm.org/nuintun/promise?type=dev