Re: [whatwg/fetch] How should the ReadableStream from response.body work when it's multipart? (#1021)

I would expect all `multipart/*` to be emitted as-is. HTML will do something special with such responses in navigation and for images (maybe?) and `response.formData()` handles `multipart/form-data` specifically, but that's it.

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

Received on Tuesday, 21 April 2020 04:43:41 UTC