4

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.

Matt Welander
  • 8,234
  • 24
  • 88
  • 138

2 Answers2

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