remotestorage.js
remotestorage.js copied to clipboard
Uncaught QuotaExceededError
trafficstars
There might be an uncaught QuotaExceededError which silently makes an app fail to start (even if disconnected).
In my case it is in setBackend.
iPhone 4, Safari, latest OS.
that's probably on localStorage, your app was probably already over quota beforehand?
So we handle quota errors, if they pop up during usage? Can't remember the lib handling that.