Represents a Writer instance used to retrieve the written data as a Uint8Array instance.
Uint8Array
The WritableStream instance.
WritableStream
Retrieves all the written data
A promise resolving to the written data.
Optional
Initializes the instance asynchronously
the total size of the written data in bytes.
Appends a chunk of data
The chunk data to append.
Represents a Writer instance used to retrieve the written data as a
Uint8Array
instance.