API reference › @evolu/common › Http › NativeFetch
type NativeFetch = typeof globalThis.fetch;
Defined in: packages/common/src/Http.ts:22
WHATWG-fetch-compatible function used by fetch.
A default dependency, replaceable at the composition root — for a
platform-optimized fetch such as React Native's, a configured undici
instance, or a test double. Implementations must be pre-bound; unbound
globalThis.fetch throws in browsers.