Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReadableStream<Chunk, Err>

Interface of a read-only stream

Type parameters

  • Chunk: string | Buffer

  • Err = any

Hierarchy

Index

Properties

Methods

Properties

Readonly on

on: EventedStream.ListenerModifier<Chunk, Err>

Readonly once

once: EventedStream.ListenerModifier<Chunk, Err>

Methods

[Symbol.asyncIterator]

  • [Symbol.asyncIterator](): AsyncIterator<Chunk>

Generated using TypeDoc