I’m storing json strings representing objects in the local storage. I write something like this:
window.localStorage.setItem('ItemID' + TheItemID, TheItemInJson);
Now I need to know which items are in the storage. What’s a good way to do this?
Thanks.
You would like to use this code: