Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventedReadableStream<Chunk, Err>

Interface of a evented read-only stream

Type parameters

  • Chunk: string | Buffer

  • Err = any

Hierarchy

Index

Properties

Properties

Readonly on

on: EventedStream.ListenerModifier<Chunk, Err>

Readonly once

once: EventedStream.ListenerModifier<Chunk, Err>

Generated using TypeDoc