Re: [whatwg/xhr] Remove 'type' mapping for 'entry'. (#206)

> I was hoping we could avoid having this mapping here altogether if we just embrace that <form> creates File objects. What do you think of that?

I agree with it.
**entry** defined in XHR is a tuple of USVString name and [FormDataEntryValue](https://xhr.spec.whatwg.org/#formdataentryvalue) value, and the HTML specification should use **entry**.
Probably I'll work on it after this PR. I'd like to focus on removing 'type' in this PR to minimize the change size.




-- 
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/xhr/pull/206#issuecomment-386982230

Received on Monday, 7 May 2018 07:28:45 UTC