Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>A <a href="http://dev.w3.org/html5/webstorage/#user-tracking" rel="nofollow noreferrer">section in the draft</a> says the following about raising the localStorage limit:</p> <blockquote> <p><strong>Site-specific white-listing of access to local storage areas User</strong><br> agents may allow sites to access session storage areas in an unrestricted manner, but require the user to authorize access to local storage areas.<br> -- <a href="http://dev.w3.org/html5/webstorage/#user-tracking" rel="nofollow noreferrer">http://dev.w3.org/html5/webstorage/#user-tracking</a></p> </blockquote> <p>I'd recommend you <a href="http://arty.name/localstorage.html" rel="nofollow noreferrer">test for yourself</a> in the browsers you intend to support.</p> <p>My results in Chromium was a hard limit of ~2600k characters.</p> <p>EDIT: There's some information on <a href="https://stackoverflow.com/questions/2989284/max-size-of-localstorage-values">What is the max size of localStorage values?</a>.</p> <blockquote> <p>Actually Opera doesn't have 5MB limit. It offers to increase limit as applications requires more. User can even choose "Unlimited storage" for a domain.</p> </blockquote> <p>I also found <a href="https://groups.google.com/a/chromium.org/group/chromium-discuss/msg/45153a251b4f441b" rel="nofollow noreferrer">https://groups.google.com/a/chromium.org/group/chromium-discuss/msg/45153a251b4f441b</a> which states that unlimited storages <em>is</em> available for Chromium apps.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload