Re: [whatwg/streams] `ReadableStreamDefaultReader.read()` return values (#1117)

@MattiasBuelens  Determining whether the stream's queue has chunks available is precisely the issue I am trying to solve. Are there plans for adding this functionality? A method like a `streamReader.good()` ([as is implemented in the c++ standard library](https://en.cppreference.com/w/cpp/io/basic_ios/good)) would be useful. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1117#issuecomment-806403430

Received on Thursday, 25 March 2021 06:40:27 UTC