Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StreamCollector

public

Hierarchy

  • StreamCollector

Callable

  • __call(stream: any): Promise<Uint8Array>
  • A function that converts a stream into an array of bytes.

    Parameters

    • stream: any

      The low-level native stream from browser or Nodejs runtime

    Returns Promise<Uint8Array>