BrowserStorageAbuser icon indicating copy to clipboard operation
BrowserStorageAbuser copied to clipboard

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

Open scunliffe opened this issue 10 years ago • 2 comments

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?

scunliffe avatar Feb 12 '15 23:02 scunliffe

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.

agektmr avatar Feb 13 '15 01:02 agektmr

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

Sandwichs-del avatar Aug 13 '20 10:08 Sandwichs-del