- From: Jarred Sumner <notifications@github.com>
- Date: Sun, 24 Mar 2024 13:56:04 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 24 March 2024 20:56:10 UTC
We would like to implement this in Bun, along with `ReadableStream.prototype.text`, `ReadableStream.prototype.blob`, and `ReadableStream.prototype.json`. We also would be interested in implementing `ReadableStream.prototype.array` and `ReadableStream.prototype.formData` but feel less strongly about those. `FormData` can accept an optional Content-Type argument and if provided parse as multi-part form and otherwise parse as url-encoded form, throwing an error if invalid data is passed (and canceling the stream) -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/1019#issuecomment-2016940296 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/issues/1019/2016940296@github.com>
Received on Sunday, 24 March 2024 20:56:10 UTC