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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of achingbrain/native-abort-controller

Account's avatar
mysticatea/abort-controller
An implementation of WHATWG AbortController interface.
Account's avatar
ipfs/aegir
JavaScript project management
Account's avatar
browserify/node-util
Node.js's util module for all engines

Support the repos that depend on this repository

Top contributors

achingbrain's profile
achingbrain
25 contributions

Recent events

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

No events yet
achingbrain

achingbrain/native-abort-controller

Returns native AbortController/AbortSignal if available or the abort-controller module if not

JavaScript
2
3
No license

`native-abort-controller` is a tiny utility that exports an `AbortController`/`AbortSignal` implementation appropriate for the runtime: it returns the built‑in browser/Node v15+ version when available, and falls back to the `abort‑controller` polyfill otherwise. It’s aimed at developers writing code that runs in mixed environments (e.g., Electron renderer, bundled web/Node apps) who want a seamless, drop‑in replacement without manually handling the native‑vs‑polyfill choice.