Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does Chrome Local Storage show no records when it definitely contains data?

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 Answers

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

like image 115
Konrad Dzwinel Avatar answered Oct 19 '25 09:10

Konrad Dzwinel