[Webkit-unassigned] [Bug 158991] URL.createObjectURL from Blob saved in indexedDB does not work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 21 15:23:39 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158991
David Heidrich <me at bowlingx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |me at bowlingx.com
--- Comment #3 from David Heidrich <me at bowlingx.com> ---
Thank you for looking at the issue:
I created a Fiddle to show the Problem:
// Working: Store blob first and read directly:
https://jsfiddle.net/0y9vsfud/3/
// not Working: check if blob exists, load existing (results in 404), otherwise store
https://jsfiddle.net/0y9vsfud/11/
The first execution will just store the image, a second run will load the existing image from the database. This results in a broken image.
There are some other issues (not part of the Ticket), somehow I can't delete an existing database and the inspector does not show any items inside the collections.
--
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/20160621/843c7200/attachment-0001.html>
More information about the webkit-unassigned
mailing list