AbstractClose the stream, and return all of the queued data
Grab some data from the stream.
The ideal amount of data. Implementers should ignore this if there data is chunked, and instead give the whole chunk. If they do not yet have a full chunk, give what you have.
Uint8Array containing the data, but if there will be more data, there just is not yet, AND the stream is sync, it will give undefined.
The source of this class. IMPLEMENTERS: make it readonly