Reputation: 8935
I am using the Firefox Developer Edition. I cannot seem to find where to view a website's local storage. I also downloaded and installed Firebug.
In Chrome Developer Tools it's here:
Any advice appreciated.
Upvotes: 1
Views: 3442
Reputation: 20085
Like mentioned in an answer to a similar question related to cookies, you need to enable the Storage Inspector first.
Within the Storage Inspector you'll be able to see the local storage.
Also note what you're seeing is a Firebug theme for the Firefox DevTools, it is not Firebug. Firebug is officially discontinued and doesn't work in multi-process Firefox as explained in the related Mozilla Hacks blog post.
Upvotes: 4