What is the issue with the Fetch Standard?
https://fetch.spec.whatwg.org/#incrementally-read-loop
chunk steps, given chunk
- Let continueAlgorithm be null.
- If chunk is not a Uint8Array object, then set continueAlgorithm to this step: run processBodyError given a TypeError.
But maybe it can accept BufferSource instead?
(See also whatwg/streams#1299)