import { AbortController } from "https://deno.land/x/deno@v2.0.4/ext/web/lib.deno_web.d.ts";
A controller object that allows you to abort one or more DOM requests as and when desired.
type
{ readonly prototype: AbortController; new (): AbortController; }