Re: [WICG/directory-upload] It is unclear how FormData object gets populated when Upload API is used (#40)

What I'm proposing to fix this issue is to change for FormDataEntryValue in this way:
typedef (Blob or Directory or USVString) FormDataEntryValue;

Would be also nice to add:

partial interface FormData {
  void append(USVString name, Directory value);
  void set(USVString name, Directory value);
}


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/WICG/directory-upload/issues/40#issuecomment-227109486

Received on Monday, 20 June 2016 10:46:08 UTC