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

WebSQL on iOS fails with a quota error #7

Open zspitzer opened 8 years ago

zspitzer commented 8 years ago

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" }

zspitzer commented 8 years ago

seems you currently can't increase the database size beyond the initial size specified in the openDatabase call. I have reported this to apple radar://25819252

zspitzer commented 8 years ago

I have also filed this in the public webkit bug tracker https://bugs.webkit.org/show_bug.cgi?id=163578