Getter for if the writer is closed.
true if the writer is closed, false if not.
Close the writer and the body. This will signify that the streaming is completed.
Release the lock on the associated WriteableStream that created this writer After releasing the lock, this writer instance is closed.
Write a buffer to the body stream.
ArrayBuffer
that should be written to the Body Stream.
Generated using TypeDoc
Writer to a writeable stream of an HTTP Request/Response Body. This is similar to the Streams API's WriteableStreamDefaultReader