Where is JavaScript's localstorage strings stored?

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

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

2条回答
  •  Happy的楠姐
    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

提交回复
热议问题