Where is JavaScript's localstorage strings stored?

后端 未结 2 1197
伪装坚强ぢ
伪装坚强ぢ 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

    0 讨论(0)
  • 2021-01-22 15:23

    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

    0 讨论(0)
提交回复
热议问题