Re: [whatwg/fetch] Clarification of Body package data algorithm with bytes, FormData and multipart/form-data MIME type (#392)

See also https://www.w3.org/Bugs/Public/show_bug.cgi?id=16909. It's a known issue and thus far nobody has taken the time to solve it once and for all. Perhaps I can convince you to solve it for the web?

What we need is basically a test suite and two algorithms (decode/encode) and then convince all implementations to align with each other over time. While that happens the test suite and two algorithms will likely need to be updated to take into account implementation feedback and such.

I'm not entirely sure what the best place is for these algorithms, but either XMLHttpRequest (since it defines the `FormData` object) or HTML (since it defines forms) seems like a good fit. Perhaps the former is a little better since we also coupled the `URLSearchParams` object and application/x-www-form-urlencoded together in URL.

-- 
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/392#issuecomment-250676492

Received on Friday, 30 September 2016 07:17:19 UTC