Represents a WritableWriter instance used to retrieve the written data as a Blob instance.
Blob
Creates the BlobWriter instance
Optional
The MIME type of the content.
The WritableStream instance.
WritableStream
Retrieves all the written data
A promise resolving to the written data.
Initializes the instance asynchronously
Represents a WritableWriter instance used to retrieve the written data as a
Blob
instance.