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

Yeah, it'd be great to see a breakdown of a small (but statistically significant) subset of those 1.6 million hits to see what percentage of them are using data URLs because they're roughly the best available option vs because the dev didn't know about better options like `URL.createObjectURL` (although imo the memory-leak potential of `createObjectURL` makes me instinctively avoid it if data is known to be small), or a different encoding, or whatever makes sense depending on what they're trying to do.

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

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

Received on Wednesday, 24 August 2022 14:26:45 UTC