import { AbortController } from "https://deno.land/x/xdg@v10.5.1/vendor/types/deno.d.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.