You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
https://developer.blackberry.com/html5/api/localstorage.html
Specifies that bb10 allows up to 25 MB to be written to the local storage, but on BB v10.1.0.4181 I see:
`ERROR: (QUOTA_EXCEEDED_ERR): QUOTA_EXCEEDED_ERR: DOM Exception 22``
when writing a small string to a local store that contains 4.9917 MB of data.
The total was computed with:
The docs should be updated to reflect that the 5 MB limit remains with BB10 (or that it was changed for some future version, if this is the case).
The text was updated successfully, but these errors were encountered: