Function readableStreamToBlob

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

    Concatenate the chunks into a single Blob.

    Returns

    A promise that resolves with the concatenated chunks as a Blob.

    Parameters

    Returns Promise<Blob>

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

    Concatenate the chunks into a single Blob.

    Returns

    A promise that resolves with the concatenated chunks as a Blob.

    Parameters

    Returns Promise<Blob>

Generated using TypeDoc