import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { AbortController } = dom;
A controller object that allows you to abort one or more DOM requests as and when desired.
Properties
readonly
signal: AbortSignalReturns the AbortSignal object associated with this object.