Re: [whatwg/fetch] Set body with byte reading support (PR #1593)

You should probably have something similar to https://wicg.github.io/serial/#readable-attribute , which uses https://streams.spec.whatwg.org/#readablestream-current-byob-request-view to require that the implementation only pull the requested number of bytes from the network, and then write into the current BYOB request view when applicable.

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

Message ID: <whatwg/fetch/pull/1593/c1381440559@github.com>

Received on Friday, 13 January 2023 07:54:13 UTC