Class BlobWriter

Represents a WritableWriter instance used to retrieve the written data as a Blob instance.

Implements

Constructors

Properties

Methods

Constructors

Properties

writable: WritableStream<any>

The WritableStream instance.

Methods

  • Retrieves all the written data

    Returns Promise<Blob>

    A promise resolving to the written data.