Re: [w3c/FileAPI] Define chunk size for `ReadableStream` created by `blob::stream()` (#144)

Isn't this enough?
```js
new Response(new Array(1024)).body.pipeThrough(new TransformStream({},{ size: 512 }))
```
i just ask for a frind :)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/144#issuecomment-1803195751
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/FileAPI/issues/144/1803195751@github.com>

Received on Thursday, 9 November 2023 05:39:20 UTC