Finding localStorage in FF dev-tools

2.6k Views Asked by At

How can I see what is in the localStorage such as in Google Chrome: Resources -> Local Storage

(I mean in FF dev tools, not Firebug)

2

There are 2 best solutions below

0
On

We plan to add a storage panel at some point that can be used to inspect all types of local storage. Until then you could use this.

0
On

Firefox has since added this feature. To enable it, go into Settings (by clicking the cog icon in Developer Tools), and tick Storage under the list of Default Firefox Developer Tools.