import { type AbortController } from "https://deno.land/x/evt@v2.4.19/lib/types/lib.dom.ts";
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.