agektmr / BrowserStorageAbuser

Browser Storage Abuser is a tool to experiment your browser storage limitation on LocalStorage, SessionStorage, WebSQL Database, IndexedDB API and FileSystem API. You can add arbitrary sized files to those storage to see the limit of their size.
demo.agektmr.com/storage/
127 stars 35 forks source link

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 9 years ago

scunliffe commented 9 years ago

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 commented 9 years ago

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 commented 4 years ago

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