BrowserStorageAbuser
BrowserStorageAbuser copied to clipboard
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...
Hi, add please memory abuser to check limits on internal memory, like add chunks to Map in javascript
If you set "dom.indexedDB.enabled" to false in firefox, the StorageAbuser will crash with error "A mutation operation was attempted on a database that did not allow mutations" in console. I...
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...
Please create new tests on `window.name` - looks like there is no restriction on size
Using the content generator will grossly exaggerate space available for IndexedDB, at least on Chrome. It seems Chrome compresses IndexedDB, and the data produced by the generator is very redundant.
When we put large file into the IndexedDB below message is shown in Chrome. "The serialized value is too large (size=140989466 bytes, max=133169152 bytes)" Is there any hard limit of...
if you try to do a few 5MB items on iOS 9.3.1, you get a increase database prompt, followed by an alert with a quota error { code: 4 error...
Firefox, Chrome, and Opera now offer basic support, so would be great to add this. My first guess would be that storage for the Cache API is the same as...
Support [WhatWG Storage API](https://storage.spec.whatwg.org/)