Re: [whatwg/streams] Proposal: ReadableStreamBodyReader (Issue #1238)

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