Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

The repository provides a tiny polyfill for JavaScript’s `Promise.defer` (often called a *Deferred* object), letting developers create a pair of linked objects—one that can be resolved or rejected later and the other that yields a Promise. It works with the native ES6 `Promise` when available but can also wrap any Promises‑A+ compatible implementation, making it useful for both modern browsers and older environments where deferred‑style APIs are needed. It’s aimed at developers who need a reliable, dependency‑free way to create controllable asynchronous promises in JavaScript.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of moll/js-promise-defer

Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
moll/js-must
Testing and assertion library with friendly BDD syntax — awesome.must.be.true(). Many expressive matchers and is test runner and framework agnostic. Follows RFC 2119 with its use of MUST. Good and wel
Account's avatar
petkaantonov/bluebird
Full featured Promises/A+ implementation with exceptionally good performance

Support the repos that depend on this repository

Top contributors

moll's profile
moll
3 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
moll

moll/js-promise-defer

JavaScript Polyfill for Promise.defer. Uses the native ES6 Promise. Supports other Promises/A+ implementations.

JavaScript
22
1
Other