Viewing local storage contents on IE

后端 未结 3 695
旧时难觅i
旧时难觅i 2020-12-13 11:54

How can I view the contents of HTML5 local storage in IE? Chrome and FireFox provide a way through their developer tools to view the contents of local storage but I couldn\'

3条回答
  •  天命终不由人
    2020-12-13 12:27

    Since localStorage is a global object, you can add a watch in the dev tools. Just enter the dev tools, goto "watch", click on "Click to add..." and type in "localStorage".

提交回复
热议问题