admin管理员组文章数量:1345289
I am working with local storage techniques on a website that I'm building, so far with great success because I cant see the popup again. Where is the folder that contains the local storage and within that folder what name should I be looking for? Something specific to the name I called it in javascript?
I am working with local storage techniques on a website that I'm building, so far with great success because I cant see the popup again. Where is the folder that contains the local storage and within that folder what name should I be looking for? Something specific to the name I called it in javascript?
Share Improve this question asked Aug 6, 2015 at 0:35 ThomasMcDonaldThomasMcDonald 3234 gold badges7 silver badges18 bronze badges1 Answer
Reset to default 10Chrome currently stores local storage data under the path:
~/Library/Application Support/Google/Chrome/$PROFILE/Local Storage
where $PROFILE
is either Default
if you have not logged into a profile, or something along the lines of Profile 1
if you have.
Note that there is one file per site, not per stored value, and the files are SQLite databases. You will not be able to read their contents in a text editor.
If all you want to do is view the contents of local storage, you may want to consider instead using an extension along the lines of Storage Area Explorer.
本文标签: javascriptGoogle chrome local storage on macStack Overflow
版权声明:本文标题:javascript - Google chrome local storage on mac - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743761007a2534373.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论