any-promise

Promise polyfill

A library that allows you to use any ES 2015 compatible Promise implementation in your application

NOTE: You probably want native promises now

GitHub

179 stars
8 watching
17 forks
Language: JavaScript
last commit: about 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
kevinbeaty/fs-promise Provides a promise-based interface to the file system 170
calvinmetcalf/lie A small promise implementation following the Promises/A+ spec 744
stevekane/promise-it-wont-hurt A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling 737
mattdesl/promise-cookbook An introduction to using Promises in JavaScript to write cleaner and more maintainable asynchronous code 1,614
lilyball/tomorrowland An asynchronous task management library that enables safe and efficient chaining of promises with cancellable support 117
khanlou/promise A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. 621
sindresorhus/pify Promises utility to convert callback-style functions into promise-based versions. 1,507
floatdrop/pinkie An ES2015 Promise implementation for Node.js with polyfills for browser compatibility and minimal functionality 138
vitalets/websocket-as-promised A Promise-based API for interacting with WebSockets 595
funcool/promesa A promise library and concurrency toolkit for Clojure and ClojureScript. 498
jdeferred/jdeferred A Java library implementing a deferred/promise object similar to JQuery's Deferred Object. 1,508
busterc/promise-do-until Calls a function repeatedly until a condition returns true and then resolves the promise 1
kevinoid/promise-nodeify A module that simplifies the use of promises by providing a safe and consistent way to handle callbacks. 2
youngjuning/wx-promise-pro A promise-based library for simplifying asynchronous programming in WeChat mini-programs 830
eslint-community/eslint-plugin-promise Enforces best practices for JavaScript promises to improve code readability and maintainability. 943