Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RetriableReadableStream

Package version

ONLY AVAILABLE IN NODE.JS RUNTIME.

A Node.js ReadableStream will internally retry when internal ReadableStream unexpected ends.

Hierarchy

  • any
    • RetriableReadableStream

Index

Constructors

Methods

Constructors

constructor

Methods

_destroy

  • _destroy(error: Error | null, callback: (error?: Error) => void): void

_read

  • _read(): void

Generated using TypeDoc