A TextStreamReader instance can be used as an AsyncIterator that returns the entire string that has been received up to the current point in time.
Optional
totalChunkCount: numberProtected
_Protected
bytesOptional
onProtected
readerProtected
Optional
totalAsync iterator implementation to allow usage of for await...of
syntax.
Yields structured chunks from the stream.
Protected
handle
A class to read chunks from a ReadableStream and provide them in a structured format.