Re: [whatwg/streams] Examine interaction of resizable array buffers with Streams (Issue #1248)

My initial assessment based on reading the proposal is that there is no impact on default streams, only byte streams. As far as I can tell, because we detach the buffer in `read(view)` it can't be resized out from under us.

So my tentative conclusion is that we don't have to change anything.

It might be worth writing some tests once Node supports it.

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

Message ID: <whatwg/streams/issues/1248/1321875250@github.com>

Received on Monday, 21 November 2022 11:02:25 UTC