Victory · GitHub

A Promise Polyfill with an Apache 2.0 License.

Promises/A+ logo

Current results of the Promises/A+ Test Suite. Build Status

Install: npm install vPromise

Usage:

const vPromise = require('vPromise');
var vp = new vPromise(function (resolve) {
   resolve('some val');
}).then(function(result) {
   console.log(result);
});`

Todo

  • Try to hide some book keeping

About

A Promise Polyfill With an Apache 2.0 License

Resources

Readme

Apache-2.0 license

Activity

Stars

1 star

Watchers

2 watching

Forks

0 forks

Releases

Packages

Contributors

Languages

Read the original on github.com ↗