--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-html5/-/u6r8dzUSA9gJ.
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/?hl=en.
--
--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-html5/-/3GPCyQlHuYgJ.
I have been running the same script for more than a year without a problem, but suddenly I can't open the DB anymore. The callbacks are no longer called. It's quite mysterious!
E.g.:request = window.indexedDB.open(databaseName, "Example");
request.onblocked = function(e) {addLog('couldn\'t open DB (blocked)', 'error');...};request.onabort = function(e) {addLog('couldn\'t open DB (abort)', 'error');...
};request.onupgradeneeded = function(e) {addLog('DB upgrade needed');...}request.onsuccess = function(e) {addLog('DB successfully opened');...};request.onerror = function(e) {addLog('couldn\'t open DB (error)', 'error');...};The logs won't display anymore, the callbacks aren't called. I have the same problem when I try to delete a database, not any callback is called.I would REALLY appreciate any help as my application is broken for some users! Thank you!
--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-html5/-/u6r8dzUSA9gJ.
--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-html...@chromium.org.
To post to this group, send email to chromiu...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.