4

I have a web app that uses LocalStorage. While debugging, I often rely on Chrome's Dev Tools to review data in LocalStorage. Recently, the LocalStorage panel started presenting nothing; however, if I use the console to log a key's value I can see that storage does indeed have data. Why would Chrome not present data in local storage?

1 Answers1

3

This is a known bug in DevTools. Feel free to star the report to get informed about the progress and increase its priority.

Konrad Dzwinel
  • 36,825
  • 12
  • 98
  • 105