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

Couple of options there:

1. Calling `formData()` can assume that the content is multipart/form-data, rejecting the promise only if it cannot be successfully parsed as such, or...
2. The `formData()` method here could be augmented to accept an `init` parameter specifying a `type`. This would make it a departure from the Body mixin definition but achieves the goal.

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

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

Received on Tuesday, 5 July 2022 20:49:51 UTC