Closed janstieler closed 6 years ago
Doing a db().remove() will remove all the records and if you used .store() to take advantage of localStorage that change will be passed on to localStorage as well (essentially leaving just an empty array in localStorage).
Hi,
how can I delete an entry in the DB or delete the whole DB? I havn't found anything about in the documenattion and width
window.localStorage.clear();
I get anundefinied
error.Kindly