[whatwg/fetch] The fetch pull algorithm does not pass proper bytesWritten to ReadableByteStreamControllerRespond (Issue #1610)

Implementing the algorithm as-is forces the size of resulting array buffer view be equal to that of the byob request view.

The caller may do some subarraying, but maybe the [`enqueue`](https://streams.spec.whatwg.org/#readablestream-enqueue) algorithm should receive `bytesWritten` as an argument?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1610
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1610@github.com>

Received on Tuesday, 21 February 2023 15:14:09 UTC