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

Sorry the part is underspecified. We use ["create a proxy"](https://streams.spec.whatwg.org/#readablestream-create-a-proxy) in the spec, but it doesn't match our mental mode perfectly. The request and response body transferring between the page and the service worker should reject chunks other than Uint8Arrays, and it doesn't have to preserve the chunk boundary.

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

Received on Thursday, 11 March 2021 07:23:11 UTC