Re: [whatwg/fetch] Add chunk type checking of requestForServiceWorker's body's stream (#1199)

I wonder if it's too strict? Do implementations accept other types than Uint8Array?

For comparison, a readable byte stream will accept any kind of ArrayBufferView and convert it to a Uint8Array.

-- 
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/pull/1199#issuecomment-819416773

Received on Wednesday, 14 April 2021 10:35:55 UTC