Optional
strategy: { Optional
highOptional
strategy: QueuingStrategy<R>Optional
underlyingSource: UnderlyingSource<R>Optional
strategy: QueuingStrategy<R>Readonly
lockedOptional
options: ReadableStreamGetReaderOptionsOptional
options: StreamPipeOptionsOptional
options: StreamPipeOptionsGenerated using TypeDoc
This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.
MDN Reference