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

> The Uint8 restriction is applied only if we upload streams in HTTP-network fetch and service worker accepts event.respondWith with non-Uint8 stream.

I'm not sure if I understand the comment, but a streaming request body containing a non-`Uint8Array` chunk should result in an errored stream in the service worker.

-- 
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-788729033

Received on Tuesday, 2 March 2021 08:37:58 UTC