- From: James M Snell <notifications@github.com>
- Date: Tue, 05 Jul 2022 13:49:38 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 5 July 2022 20:49:51 UTC
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