Reputation: 3087
I have the Chrome Dev Tools View opened. I choose Application > Storage > Local Storage. Now I see the current localstorage. Fine.
Whenever I reload or have a "hot code push" that updates my site, the localstorage dissappears. I have to close and reopen dev tools, then it is updated.
Is there a button "reload local storage" or something? Or a way to keep it always up to date?
Upvotes: 2
Views: 1416
Reputation: 1919
Fails as you described on my Mac running Chrome Version 58.0.3029.110 (64-bit). Appears to be fixed after updating to Version 59.0.3071.109 (Official Build) (64-bit).
Upvotes: 0
Reputation: 25897
When I run the Web Storage example in Canary (Chrome 59) it looks fixed. The key-values update right as I change them.
Unless you're still seeing the problem when you run the site in Canary, then you've just got to wait a couple months until the changes land in Chrome Stable.
Upvotes: 1