Re: [w3c/FileAPI] Implementations allow all values in type getter (#43)

See also #13 

FWIW, Chrome throws on non-ASCII in the ctor, e.g.

`new Blob([], {type: '\x80'})`

I've had a local patch to align with the spec (replace type with empty string if it contains anything outsize U+0020 ... U+007E, and have getter return empty on nonparsable MIME type) but I haven't landed because I agree the spec seems weird (and no-one else implements it as written)

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

Received on Wednesday, 13 July 2016 17:04:39 UTC