Max size of localStorage values?

Posted by user269386 on Stack Overflow See other posts from Stack Overflow or by user269386
Published on 2010-06-07T12:09:15Z Indexed on 2010/06/07 12:12 UTC
Read the original article Hit count: 202

Filed under:
|
|

Hi,

since the localStorage (currently) only supports strings as values and in order to that the objects have to be stringified (stored as JSON-string), before they can be stored, i wondered if there is a defined limitation regarding the length of the values.

Does anyone know if there is a definition which applies to all browsers, respectively does anyone know the limitations for Chrome5?

Thanks, in advance, for your help

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html5