Why are there no entries in Chrome Local Storage when it definitely contains data?
I have a web application that uses LocalStorage. While debugging, I often rely on Chrome Dev tools to view data in LocalStorage. Recently the LocalStorage panel started to present nothing; however, if I use the console to log the key value, I see that the store does indeed have data. Why hasn't Chrome submitted the data to local storage?
+3
user56512
source
to share
1 answer
This is a famous bug in DevTools. Feel free to show the report to get information about the progress and increase its priority.
+3
Konrad Dzwinel
source
to share