pinkie-promise

Promise fixer

A Promise ponyfill that provides a fallback solution when the native Promise API is not available.

Promise ponyfill with pinkie

GitHub

117 stars
4 watching
17 forks
Language: JavaScript
last commit: over 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
floatdrop/pinkieAn ES2015 Promise implementation for Node.js with polyfills for browser compatibility and minimal functionality138
floatdrop/gulp-plumberA patch plugin for Gulp that prevents pipe breaking caused by errors from gulp plugins.807
sindresorhus/pifyPromises utility to convert callback-style functions into promise-based versions.1,505
floatdrop/gulp-bem-packTools for browserifying JavaScript files with bem-pack levels support1
kevinbeaty/any-promiseA library that allows you to use any ES 2015 compatible Promise implementation in your application180
sindresorhus/p-deferProvides a promise that can be delayed to execute at a specific time or after another operation is completed.77
sindresorhus/p-tapHelps tap into a promise chain without affecting its value or state132
fivetanley/ember-promise-helpersHelps Ember developers work with promises in templates without manual wrapping or special handling206
siilwyn/promise-all-propsA utility function that waits for multiple promises to resolve, similar to Promise.all but tailored for object properties.9
busterc/promise-do-untilCalls a function repeatedly until a condition returns true and then resolves the promise1
funcool/promesaA promise library and concurrency toolkit for Clojure and ClojureScript.498
busterc/promise-do-whilstRepeats an action until a condition is met, then resolves a promise.3
friendsofcake/bootstrap-uiA CakePHP plugin that simplifies the integration of Bootstrap 5 into PHP applications.340
kevinbeaty/fs-promiseProvides a promise-based interface to the file system170
busterc/promise-untilRepeats an action until a condition is met and then resolves a promise3