Re: [whatwg/streams] Add ReadableStreamBYOBReader.read(view, { min }) (#1145)

@crowlKats I still want to do some refactoring to make `byobReader.read(view)` desugar to `byobReader.read(view, { min: 1 })`, [see comment](https://github.com/whatwg/streams/pull/1145#discussion_r1224441576). But I didn't find the time for that yet...

I've got some time now, so I'll try to get it done. 🙂

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

Message ID: <whatwg/streams/pull/1145/c1722186085@github.com>

Received on Saturday, 16 September 2023 09:19:20 UTC