WritableStreamDefaultWriter
The WritableStreamDefaultWriter
interface of the Streams API is the object returned by WritableStream.getWriter() and once created locks the writer to the WritableStream
ensuring that no other streams can write to the underlying sink.