Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/_events.d.ts>Abortable

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

Properties

optional
signal: AbortSignal | undefined

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