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

ah right, forgot about that `boundary` parameter on the content-type. In that case, we either do as you suggest and limit it to `new Response(stream, { headers }).formData()` or allow for an `init` argument on `reader.formData()` to specify the content-type. As one may imagine implementing `new Response(stream, { headers }).formData()` using this reader, the latter could make sense.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1238#issuecomment-1175504898
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/issues/1238/1175504898@github.com>

Received on Tuesday, 5 July 2022 21:14:56 UTC