pinkie-promise
Promise fixer
A Promise ponyfill that provides a fallback solution when the native Promise API is not available.
Promise ponyfill with pinkie
117 stars
4 watching
17 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
floatdrop/pinkie | An ES2015 Promise implementation for Node.js with polyfills for browser compatibility and minimal functionality | 138 |
floatdrop/gulp-plumber | A patch plugin for Gulp that prevents pipe breaking caused by errors from gulp plugins. | 807 |
sindresorhus/pify | Promises utility to convert callback-style functions into promise-based versions. | 1,507 |
floatdrop/gulp-bem-pack | Tools for browserifying JavaScript files with bem-pack levels support | 1 |
kevinbeaty/any-promise | A library that allows you to use any ES 2015 compatible Promise implementation in your application | 179 |
sindresorhus/p-defer | Provides a promise that can be delayed to execute at a specific time or after another operation is completed. | 73 |
sindresorhus/p-tap | Helps tap into a promise chain without affecting its value or state | 132 |
fivetanley/ember-promise-helpers | Helps Ember developers work with promises in templates without manual wrapping or special handling | 206 |
siilwyn/promise-all-props | A utility function that waits for multiple promises to resolve, similar to Promise.all but tailored for object properties. | 9 |
busterc/promise-do-until | Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
funcool/promesa | A promise library and concurrency toolkit for Clojure and ClojureScript. | 498 |
busterc/promise-do-whilst | Repeats an action until a condition is met, then resolves a promise. | 3 |
friendsofcake/bootstrap-ui | A CakePHP plugin that simplifies the integration of Bootstrap UI components into PHP applications. | 340 |
kevinbeaty/fs-promise | Provides a promise-based interface to the file system | 170 |
busterc/promise-until | Repeats an action until a condition is met and then resolves a promise | 3 |