Hacker News new | past | comments | ask | show | jobs | submit login

localStorage["library"] = JSON.stringify(library);

The WebSQL version requires you to check that the table you want to insert into exists, and if not create it, then perform the insert.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: