[w3c/FileAPI] readAsDataURL should be more precise about the data URL contents (#104)

In particular, it appears all browsers base64-encode the contents; see https://github.com/jsdom/jsdom/issues/2269 for the original report.

Probably it'd be best to give the exact algorithm for creating the string from the contents of the `type` attribute and the bytes of the Blob.

-- 
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/104

Received on Wednesday, 20 June 2018 21:53:20 UTC