Giter Club home page Giter Club logo

browserstorageabuser's People

Contributors

agektmr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

browserstorageabuser's Issues

WebSQL on iOS fails with a quota error

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
message: "there was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space"
}

Memory abuser

Hi, add please memory abuser to check limits on internal memory, like add chunks to Map in javascript

Putting large files into IndexDB

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 133169152 bytes for IndexedDB?

This is certainly not an issue of BrowserStorageAbuser but something with Chrome. But since there is no way to contact author, raising as defect to understand whether he faced this issue?

Generator overestimates storage capabilities

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.

Add Cache API

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 that for IndexedDB, but I might be wrong.

Demo site doesn't work in IE9 - fails to render past the Quota section

I realize that IE9's support of HTML5 storage options is somewhat limited but I think it does support localStorage for example. Unfortunately the site breaks before rendering anything past the Quota section. (Note this may very well be an Angular issue vs. and issue with the testing tool)

Fiddling with the F12 dev tools to force IE9 browser mode and IE9 standards document mode seems to correct this.

dom.indexedDB.enabled = false causes errors

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 believe this is more of firefox problem, because it makes the API readonly instead of disabling it.
Because other websites will experience the same crash, I don't believe you should be fixing this.
Or, I guess BSA could say "IndexedDB is readonly. Websites that try to use it may crash."

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.