3.0.0 • Published 2 years ago

q-vanilla v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

Q API wrapper around native Promises

This is an implementation of the Q Promise API, based on existing Promises (either native to the Browser/... or polyfilled with some other library).

It can be used to migrate from Q to native Promises or as a helper library to extend native Promises with many useful functions.

API Documentation

See kriskowal/q for the API reference

Limitations

A few functions of the original API are not easily implementable or don't make sense for the wrapper. They should be documented here.

Acknowledgements

The code is derived from the original Q implementation, this repository is based on a fork of kriskowal/q