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

Right, the main problem is that going from FormData to bytes is undefined and going from bytes to FormData is undefined. The latter being something that was not exposed to web browsers until this feature (I think). So what needs to happen is for someone to do research and define a reasonable processing model.

-- 
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-251072401

Received on Monday, 3 October 2016 10:17:18 UTC