[fetch] Difference between xhr and fetch in response headers for multipart requests (#170)

For [getAllResponseHeaders()](https://developer.mozilla.org/en/docs/Web/API/XMLHttpRequest#getAllResponseHeaders%28%29) it says:
> Note: For multipart requests, this returns the headers from the current part of the request, not from the original channel.

How does this compare to fetch? I couldn't find any info on how the headers of multipart requests are handled. Are they all merged? Is just the first set returned? Or the last?

I'm also not absolutely sure what a multipart request is. Is that when I POST multipart/form-data? Or when the server sends a chunked transfer encoding? Or when redirects happen?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/170

Received on Friday, 4 December 2015 00:13:37 UTC