Max size of localStorage values?
- by user269386
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