Re: [w3c/FileAPI] Add option to Blob constructor to skip UTF-8 encoding (#102)

The case we hit was creating a `File` from a `data:` URL (from `canvas.toDataURL`). That `data:` URL came from a library that supports browsers that don't have `canvas.toBlob`, so yes, in this case it's a compat thing and possibly not worth the trouble of implementing.

(Are there other creators of `data:` URLs where better APIs don't exist?)

-- 
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/102#issuecomment-397692866

Received on Friday, 15 June 2018 17:40:13 UTC