Skip to main content
ArrayOptions.signal - stream - Node documentation
property ArrayOptions.signal

Usage in Deno

import { type ArrayOptions } from "node:stream";

Allows destroying the stream if the signal is aborted.

Type

AbortSignal