Is there a firefox equivalent of chrome's inspector "Resources" tab? I am trying to delete something from localStorage for a web site in firefox but it won't go, and the standard settings->clear cahce don't affect it at all.
Asked
Active
Viewed 3,187 times
4
-
Cache control addons? Call `localStorage.clear()` from firebug? – Alex Feb 03 '14 at 10:21
-
So there is no native way of checking (or at least clearing) your firefox localstorage?? – Matt Welander Feb 03 '14 at 13:45
-
1`localStorage.clear` method clear localStorage. – Alex Feb 03 '14 at 14:00
2 Answers
1
Check for this: Enter about:cache in browser address and see "Offline cache device" section.

cgi
- 190
- 1
- 8
1
Firefox storage inspector lets you see local storage. This seems to be the closest equivalent to the chrome resource tab.
I had to explicitly enable the tab in the Firefox Develop Tools Options to get it to show.
https://developer.mozilla.org/en-US/docs/Tools/Storage_Inspector

giles
- 352
- 2
- 13