- From: Jonas Sicking <notifications@github.com>
- Date: Wed, 13 Jul 2016 16:26:36 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc:
Received on Wednesday, 13 July 2016 23:27:42 UTC
I think the two behaviors that would make sense to me are: * Don't have any restrictions at all. Just treat the string as an opaque string. Maybe add rules that say that the `.type` is ignored if not valid when the Blob is sent over the network as part of a `FormData`. * Ensure that the `.type` is a valid mimetype. Including that it is restricted to U+0020 ... U+007E, and that it parses as a valid mimetype. I really don't care strongly though. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/FileAPI/issues/43#issuecomment-232515862
Received on Wednesday, 13 July 2016 23:27:42 UTC