- From: Andrea Marchesini <notifications@github.com>
- Date: Mon, 20 Jun 2016 03:45:39 -0700
- To: WICG/directory-upload <directory-upload@noreply.github.com>
- Cc:
Received on Monday, 20 June 2016 10:46:08 UTC
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