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
133 watching
595 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| Repeats an action until a condition is met, then resolves a promise. | 3 |
| Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
| Repeats an action until a condition is met and then resolves a promise | 3 |
| Middleware to catch and handle promises and async functions in Redux applications | 66 |
| A framework that provides a synchronization construct for asynchronous programming in Objective-C and Swift. | 3,810 |
| A promise library that enables asynchronous code execution and error handling without blocking | 14,926 |
| A utility function for handling conditional promise catches | 38 |
| A utility function that waits for multiple promises to resolve, similar to Promise.all but tailored for object properties. | 9 |
| A lightweight binding to JavaScript promises in Reason | 340 |
| Wraps a synchronous function to return a promise | 2 |
| A promise class that defers execution until the promise is actually used or specific methods are called | 269 |
| A promise library and concurrency toolkit for Clojure and ClojureScript. | 498 |
| Test utility for verifying whether an object conforms to the Promise/A+ specification | 281 |
| A minimal implementation of promises with extensions and polyfills for various browsers and environments | 2,584 |
| Fable bindings for JS promise allow F# to interact with JavaScript promises. | 20 |