es6-promise
Promise polyfill
A polyfill for ES6-style Promises to support older browsers and Node.js versions.
A polyfill for ES6-style Promises
7k stars
132 watching
594 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
busterc/promise-do-whilst | Repeats an action until a condition is met, then resolves a promise. | 3 |
busterc/promise-do-until | Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
busterc/promise-until | Repeats an action until a condition is met and then resolves a promise | 3 |
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
google/promises | A framework that provides a synchronization construct for asynchronous programming in Objective-C and Swift. | 3,806 |
kriskowal/q | A promise library that enables asynchronous code execution and error handling without blocking | 14,932 |
sindresorhus/p-catch-if | A utility function for handling conditional promise catches | 38 |
siilwyn/promise-all-props | A utility function that waits for multiple promises to resolve, similar to Promise.all but tailored for object properties. | 9 |
aantron/promise | A lightweight binding to JavaScript promises in Reason | 340 |
wbinnssmith/promise-method | Wraps a synchronous function to return a promise | 2 |
sindresorhus/p-lazy | A promise class that defers execution until the promise is actually used or specific methods are called | 266 |
funcool/promesa | A promise library and concurrency toolkit for Clojure and ClojureScript. | 498 |
then/is-promise | Test utility for verifying whether an object conforms to the Promise/A+ specification | 282 |
then/promise | A minimal implementation of promises with extensions and polyfills for various browsers and environments | 2,580 |
fable-compiler/fable-promise | Fable bindings for JS promise allow F# to interact with JavaScript promises. | 19 |