Skip to main content

Built and signed on GitHub Actions

This library offers a fetch wrapper that adds a lot to your fetch. timeout, flexible retries, baseURL, interceptors and more.

This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
3 months ago (7.0.6)
T
ExtendedRequest
No documentation available
T
ExtendedRequestInit

Fetch's RequestInit with the extra options

T
Interceptors

The type for interceptors you can pass to the extended init

T
RetryDelayFunction

the type of function that you can pass to retryDelay option of the extended init

f
wrapFetch

Wraps the global fetch, or your own fetch if provided, and extends the init option with more functionality.