Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fetch_goody/timeout_helper.ts>timeoutFetch

a fetch wrapper that supports interceptors, JSON body, retry, timeout and many many more ...
Latest
function timeoutFetch
import { timeoutFetch } from "https://deno.land/x/fetch_goody@v7.0.4/timeout_helper.ts";

Parameters

ms: number
promise: Promise<Response>