Hierarchy

Properties

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

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

Methods

  • Parameters

    • this: Readable
    • callback: ((error?: Error) => void)
        • (error?: Error): void
        • Parameters

          Returns void

    Returns void

  • Parameters

    Returns void