- From: Joshua Bell <notifications@github.com>
- Date: Wed, 13 Jul 2016 10:03:42 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc:
Received on Wednesday, 13 July 2016 17:04:39 UTC
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