Getter for if the reader is closed.
true if the reader is closed, false if not.
Read a chunk from the Body stream.
ReadResponse where the value
property contains the read chunk as an ArrayBuffer
, and the done
property which is true if we read the entire stream.
Continually read the stream of the body until is it completed.
an ArrayBuffer
of the entire streamed Body Content
Release the lock on the associated ReadableStream that created this reader After releasing the lock, this reader instance is closed.
Generated using TypeDoc
Reader to a readable stream to an HTTP Request/Response Body. This is similar to the Streams API's ReadableStreamDefaultReader