Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method Ajax.prototype.fetch_timeout
import { Ajax } from "https://deno.land/x/jwfetch@v1.2.0/src/ajax.ts";

实现fetch的timeout 功能

Parameters

fecthPromise: Promise<any>

fetch

controller: AbortController | undefined

取消控制器

config: AjaxConfig