Function readableStreamToArray

  • Consume all data from a ReadableStream until it closes or errors.

    Returns

    A promise that resolves with the chunks as an array

    Type Parameters

    • T

    Parameters

    Returns Promise<T[]> | T[]

  • Consume all data from a ReadableStream until it closes or errors.

    Returns

    A promise that resolves with the chunks as an array

    Type Parameters

    • T

    Parameters

    Returns Promise<T[]> | T[]

Generated using TypeDoc