Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy-Diagram

UML class diagram of StreamOptions

Legend

icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property
icon for a public method in the UML class diagram public method

Hierarchy

Index

Properties

autoDestroy?: boolean
emitClose?: boolean
highWaterMark?: number
objectMode?: boolean
signal?: AbortSignal

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

Methods

  • construct(this: T, callback: (error?: null | <internal>.Error) => void): void
  • Parameters

    Returns void

Generated using TypeDoc