0.1.0 • Published 8 years ago

contextual-promise v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Contextual Promise

An ES6 Promsie subclass with context support.

Context can be accessed as "this" parameter in any callback in the promise chain like executor in new Promise(executor), and onResolve/onReject in .then(onResolve, onReject).

Context can be set either in the constructor as the secound argument, or using the promise.bind(context) function.

0.1.0

8 years ago