Hi there,

I'm debugging a webapp on Firefox Desktop and I found that the request
to open an indexedDB database never end. Neither the success or error
handler are called and even a few minutes after the request is executed,
request.readyState is still 'pending'.
The same code is working well when I access the app directly in the
browser or installed in Firefox OS and Firefox for Android.
What can cause this behavior? I tried adding the 'storage' permission in
the manifest but it's still the same.

You can see the app here : http://library.texthtml.net/ and install it
here: http://library.texthtml.net/install.html the indexedDB code is in
http://library.texthtml.net/js/web-reader.js


any help would be greatly appreciated :)

thank you,


Mathieu
_______________________________________________
dev-webapps mailing list
dev-webapps@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-webapps

Reply via email to