Where Is Javascript's Localstorage Strings Stored?
Where is localstorage strings stored on the operating system? Is it in Firefox's Profile folder?
Solution 1:
Yes. In firefox it's in the webappsstore.sqlite file in the profile folder.
See: https://developer.mozilla.org/en/DOM/Storage#Storage_location_and_clearing_the_data
Solution 2:
The DOM storage data is stored in the webappsstore.sqlite file in the profile folder.
http://kb.mozillazine.org/Webappsstore.sqlite
Post a Comment for "Where Is Javascript's Localstorage Strings Stored?"