promise-js

ES6 Promise shim

4 个版本
安装
npm install promise-js
yarn add promise-js
pnpm add promise-js
bun add promise-js
README

promise

travis

An ES6 Promise shim

100% compliant Promises/A+ implementation, and as close as possible to the ES6 Spec.

npm install promise-js

or

bower install promise-js

Current version: 0.0.5


Tests borrowed from:

https://github.com/promises-aplus/promises-tests/

https://github.com/jakearchibald/es6-promise/

Install

Install grunt: npm install -g grunt-cli (may require sudo)

Install dependencies: npm install

Build/Test

Build, lint, and test: grunt or npm test

Watch for changes and rebuild/retest: grunt watch

版本列表
0.0.7 2016-03-25
0.0.6 2014-12-16
0.0.4 2014-04-01
0.0.3 2014-04-01