<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - storage/indexeddb/modern/aborted-put.html flakily times out on mac-wk1"
   href="https://bugs.webkit.org/show_bug.cgi?id=151389#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - storage/indexeddb/modern/aborted-put.html flakily times out on mac-wk1"
   href="https://bugs.webkit.org/show_bug.cgi?id=151389">bug 151389</a>
              from <span class="vcard"><a class="email" href="mailto:beidson&#64;apple.com" title="Brady Eidson &lt;beidson&#64;apple.com&gt;"> <span class="fn">Brady Eidson</span></a>
</span></b>
        <pre>This timeout is because an IDBTransaction callback was never received in javascript on the test web page.

This could be because the IDBTransaction's wrapper was garbage collected, so the callback could not be made.

I noticed this happening while working on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Modern IDB: IDBFactory.deleteDatabase() support"
   href="show_bug.cgi?id=151456">https://bugs.webkit.org/show_bug.cgi?id=151456</a>, and it will be fixed when that patch lands.

This might go away after that.</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>