Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method Ajax.prototype.fetch_timeout
Re-export
import { Ajax } from "https://deno.land/x/jwfetch@v1.2.0/mod.ts";

实现fetch的timeout 功能

Parameters

fecthPromise: Promise<any>

fetch

controller: AbortController | undefined

取消控制器

config: AjaxConfig