Skip to main content
Module

std/node/_events.d.ts>Abortable

Deno standard library
Go to Latest
interface Abortable
import { type Abortable } from "https://deno.land/std@0.147.0/node/_events.d.ts";

Properties

optional
signal: AbortSignal | undefined

When provided the corresponding AbortController can be used to cancel an asynchronous action.