Re: [w3c/FileAPI] Consider adding `blob.dataUrl()` method, or some other analogue to `readAsDataURL` (Issue #179)

What kind of use cases does this enable and are we sure those are best-served with `data:` URLs? `data:` URLs are not without issue, especially for larger payloads. They also don't work well with the kind of security UI browsers try to provide. I'd be rather hesitant to enshrine them further if (potentially novel) alternative solutions can perhaps provide for better UI and performance.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/179#issuecomment-1224067015
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/FileAPI/issues/179/1224067015@github.com>

Received on Tuesday, 23 August 2022 13:20:05 UTC