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.
- Host: GitHub
- URL: https://github.com/nuintun/promise
- Owner: nuintun
- License: mit
- Created: 2017-12-04T12:51:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T07:04:29.000Z (over 1 year ago)
- Last Synced: 2025-10-05T10:44:24.330Z (8 months ago)
- Language: JavaScript
- Homepage: https://nuintun.github.io/promise
- Size: 622 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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