knadh / localStorageDB

A simple database layer for localStorage and sessionStorage for creating structured data in the form of databases and tables

Home Page:http://nadh.in/code/localstoragedb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firefox storing localstorage database as string

schoettler opened this issue · comments

Hey guys!

Just recently checked through Firebug how the library works on Firefox, and the object is being stored as a string (surrounded by double quotes), instead of an object e.g.: "{}" instead of {}, rendering the library unusable.

Is there anything we can do?

localStorage can only store strings. The library is built to work with
this. What do you mean by "unusable"? Have you tried the library at all?

On Monday 30 November 2015, Roberto von Schoettler notifications@github.com
wrote:

Hey guys!

Just recently checked through Firebug how the library works on Firefox,
and the object is being stored as a string (surrounded by double quotes),
instead of an object e.g.: "{}" instead of {}, rendering the library
unusable.

Is there anything we can do?


Reply to this email directly or view it on GitHub
#63.

True, the problem had nothing to do with the library, sorry about that.