[Webkit-unassigned] [Bug 49141] Use Blob URL instead of webkit-fake-url when pasting an image and no URL is available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 14:40:49 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=49141

--- Comment #27 from Chris Dumez <cdumez at apple.com> ---
(In reply to comment #25)
> (In reply to comment #23)
> > If the plan is to use Blob URLs instead of data-uris (like Firefox), will
> > there be a way to convert them to data uris like Chrome does? That's main
> > use case here: pasting an image into a WYSIWYG editor and being able to save
> > the image.
> 
> What is this API that Chrome has to convert to data URIs and that WebKit
> does not have?

It seems like WebKit would easily allow you to convert a Blob into a Data URL using FileReader.readAsDataURL().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161007/49bbcf87/attachment-0001.html>


More information about the webkit-unassigned mailing list