- From: Frank Lemanschik <notifications@github.com>
- Date: Wed, 08 Nov 2023 21:39:14 -0800
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 November 2023 05:39:20 UTC
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