Re: [whatwg/fetch] Use a ReadableStream with byte source (formerly called ReadableByteStream) for .body (#267)

I don't understand what is proposed initially and why it blocks upload streams.
- Using ReadableStreamBYOBReader is a part of how we handle a response.
- The Uint8 restriction is applied only if we upload streams in HTTP-network fetch and 
service worker accepts event.respondWith with non-Uint8 stream.

-- 
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/fetch/issues/267#issuecomment-788710202

Received on Tuesday, 2 March 2021 08:14:06 UTC