NEW 135105
indexedDB versionchange doesn't abort correctly with devtools open
https://bugs.webkit.org/show_bug.cgi?id=135105
Summary indexedDB versionchange doesn't abort correctly with devtools open
Jake Archibald
Reported 2014-07-20 12:22:01 PDT
1. Open http://jsbin.com/vocix/1/quiet with devtools closed 2. Refresh the page, note that onupgradeneeded is called each time 3. Open devtools 4. Refresh 5. onupgradeneeded no longer called, as if the error didn't happen I guess something is preventing the error propagating? Chrome has a very similar issue https://code.google.com/p/chromium/issues/detail?id=395472
Attachments
Radar WebKit Bug Importer
Comment 1 2014-07-20 12:22:07 PDT
Jake Archibald
Comment 2 2014-07-21 02:04:17 PDT
Same issue if transaction is explicitly aborted http://jsbin.com/vocix/2/quiet
Note You need to log in before you can comment on or make changes to this bug.