Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BufferingStreamOptions

Hierarchy

  • BufferingStreamOptions

Index

Properties

emitInterval?: number

Amount of time in milliseconds to wait between the moment we start buffering data and when we emit the buffered chunk.

maxChunkSize?: number

Max size in bytes of the chunks being emitted.