Re: [w3c/FileAPI] Add simpler reading methods to Blob interface. (#117)

> Any possibility of including .dataURL() as well?

- I would suggest using URL.createObjectURL(blob) instead of using a base64 string
- if you want to upload/save a file you should send it as a binary

base64 is ~3x larger

-- 
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/pull/117#issuecomment-480459511

Received on Saturday, 6 April 2019 00:40:37 UTC