import { AbortController } from "https://deno.land/x/levo@v0.0.27/lib/lib.deno_runtime.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.