- From: Luca Casonato <notifications@github.com>
- Date: Tue, 05 Jul 2022 14:08:59 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 5 July 2022 21:09:12 UTC
Sorry, I wasn't clear. `body.formData()` requires the `;boundary=<boundary>` parameter of the content type to parse, so parsing it without a content type is not an option. I think requiring folks use `new Response(stream, { headers }).formData()` is probably fine. (ie don't include form data in this proposal) -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/1238#issuecomment-1175500296 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/issues/1238/1175500296@github.com>
Received on Tuesday, 5 July 2022 21:09:12 UTC