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

x/abortable/mod.ts>Abort.fetch

Abortable promises for Deno
Latest
function Abort.fetch
import { Abort } from "https://deno.land/x/abortable@1.6/mod.ts";
const { fetch } = Abort;

Parameters

input: string | URL | Request
optional
init: RequestInit