import { type Abortable } from "https://deno.land/std@0.134.0/node/_events.d.ts";
Properties
optional
signal: AbortSignal | undefinedWhen provided the corresponding AbortController
can be used to cancel an asynchronous action.
import { type Abortable } from "https://deno.land/std@0.134.0/node/_events.d.ts";
When provided the corresponding AbortController
can be used to cancel an asynchronous action.