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

SyncPromise is a tiny (< 1 KB) promise library that resolves and rejects **synchronously** instead of following the Promises/A+ async requirement. It is designed for developers working with IndexedDB transactions—where native promises can prematurely close a transaction—by providing a safe, familiar‑looking API that guarantees no mixed synchronous/asynchronous resolution and forces rejection handling. Suitable for web apps or libraries that need deterministic, in‑transaction promise chaining.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of brettz9/sync-promise

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
bcoe/c8
output coverage reports using Node.js' built in coverage
Account's avatar
brettz9/eslint-config-ash-nazg
An expansion and tweaking of the "standard" config style for ESLint
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
rollup/rollup
Next-generation ES module bundler

Support the repos that depend on this repository

Top contributors

paldepind's profile
paldepind
14 contributions
brettz9's profile
brettz9
1 contributions
ryanplusplus's profile
ryanplusplus
1 contributions
azu's profile
azu
1 contributions

Recent events

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

No events yet
brettz9

brettz9/sync-promise

Ultra compact synchronized promise implementation. Promises/A+ incompliant. Works inside IdexedDB transactions.

JavaScript
0
0
The Unlicense