Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StreamOptions<T>

Type parameters

Hierarchy

Index

Properties

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

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