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

onfetch is a lightweight library for mocking the browser/Node `fetch()` API using the native `Request` and `Response` objects. It lets developers define intercept rules (by URL string, RegExp, `URLPattern`, or custom matcher) that can reply with static data, delays, redirects, or callbacks, and works in various contexts—including `globalThis`, Service Workers, and @mswjs interceptors—making it useful for testing and development of web applications that rely on `fetch`.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
PaperStrike's profile
PaperStrike
121 contributions
paperstrike

paperstrike/onfetch

Mock fetch() with native Request / Response API. Works with globalThis, service worker, @mswjs/interceptors, and custom contexts

TypeScript
0
0
ISC License

Support the dependencies of paperstrike/onfetch

Account's avatar
mswjs/interceptors
Low-level network interception library for Node.js.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
microsoft/TypeScript-DOM-Lib-Generator
Types for the global scope of Service Workers
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
es-shims/error-cause
An ES-spec-compliant shim/polyfill/replacement for the `.cause` property on all Error types that works as far down as ES3
Account's avatar
iamturns/eslint-config-airbnb-typescript
Airbnb's ESLint config with TypeScript support
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
jestjs/jest
Account's avatar
mochajs/mocha
Classic, reliable, trusted test framework for Node.js and the browser
Account's avatar
node-fetch/node-fetch
A light-weight module that brings Fetch API to node.js
Account's avatar
PaperStrike/playwright-fixtures
Wrap your tests with Playwright-like test fixtures in node & browsers
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
PaperStrike/wrightplay
playwright, but unit test