How do i response with streaming file?

I want to send a streaming file as a multipart/form-data response in Cloudflare workers, like:
formData.set("file", streamable);
Was this page helpful?