Where is JavaScript's localstorage strings stored?

后端 未结 2 1225
伪装坚强ぢ
伪装坚强ぢ 2021-01-22 14:52

Where is localstorage strings stored on the operating system? Is it in Firefox\'s Profile folder?

2条回答
  •  青春惊慌失措
    2021-01-22 15:21

    The DOM storage data is stored in the webappsstore.sqlite file in the profile folder.

    http://kb.mozillazine.org/Webappsstore.sqlite

    http://kb.mozillazine.org/Profile_folder

提交回复
热议问题