How to view/delete local storage in Firefox?

后端 未结 7 1316
萌比男神i
萌比男神i 2020-12-07 08:38

In Google Chrome there is an easy way to see what\'s in local storage as well as modify or delete it after inspecting it.

Is there a way to do the same in Firefox?

7条回答
  •  独厮守ぢ
    2020-12-07 09:03

    I could not use localStorage directly in the Firefox (v27) console. I got the error:

    [Exception... "Component is not available" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: debugger eval code :: :: line 1" data: no]

    What worked was:

    window.content.localStorage
    

提交回复
热议问题