Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fetch_goody/mod.ts>ExtendedRequestInit

a fetch wrapper that supports interceptors, JSON body, retry, timeout and many many more ...
Latest
type alias ExtendedRequestInit
Re-export
import { type ExtendedRequestInit } from "https://deno.land/x/fetch_goody@7.0.6/mod.ts";

Fetch's RequestInit with the extra options

definition: RequestInitDiff & Omit<RequestInit, keyof RequestInitDiff>