Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The demo site claims that Firefox 35.0.1 doesn't support IndexedDB but it appears supported on the html5test.com #1

Open
scunliffe opened this issue Feb 12, 2015 · 2 comments

Comments

@scunliffe
Copy link

The demo site claims that Firefox 35.0.1 doesn't support IndexedDB but it appears supported on the html5test.com

I was under the impression that it was supported but the abuser site doesn't seem to agree. Is there any chance the "detection" for support is a bit to strict?

@agektmr
Copy link
Owner

agektmr commented Feb 13, 2015

Hmm that shouldn't happen as it used to work fine before (at least on Firefox 34). And it works on Firefox 37. Here's the particular line that detects IndexedDB support
https://github.com/agektmr/BrowserStorageAbuser/blob/master/src/idb.js#L97

It's possible BSA doesn't detect vendor prefixed IDB (window.MozIndexedDB), but I don't think Firefox does that on for version 35 only.

@Sandwichs-del
Copy link

IndexedDB is reported as unavailable in private windows. Could that be the cause?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants