<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:me&#64;bowlingx.com" title="David Heidrich &lt;me&#64;bowlingx.com&gt;"> <span class="fn">David Heidrich</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - URL.createObjectURL from Blob saved in indexedDB does not work"
   href="https://bugs.webkit.org/show_bug.cgi?id=158991">bug 158991</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>me&#64;bowlingx.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - URL.createObjectURL from Blob saved in indexedDB does not work"
   href="https://bugs.webkit.org/show_bug.cgi?id=158991#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - URL.createObjectURL from Blob saved in indexedDB does not work"
   href="https://bugs.webkit.org/show_bug.cgi?id=158991">bug 158991</a>
              from <span class="vcard"><a class="email" href="mailto:me&#64;bowlingx.com" title="David Heidrich &lt;me&#64;bowlingx.com&gt;"> <span class="fn">David Heidrich</span></a>
</span></b>
        <pre>Thank you for looking at the issue:

I created a Fiddle to show the Problem:

// Working: Store blob first and read directly:
<a href="https://jsfiddle.net/0y9vsfud/3/">https://jsfiddle.net/0y9vsfud/3/</a>

// not Working: check if blob exists, load existing (results in 404), otherwise store
<a href="https://jsfiddle.net/0y9vsfud/11/">https://jsfiddle.net/0y9vsfud/11/</a>

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>