Chromium localStorage not showing in Developer Too

2019-01-31 18:11发布

Trying to view my test localStorage, I see nothing in the Storage section under Applications in the Developer Tools. However, using the console, I can access it, meaning its clearly there. Am I missing something or does this seem to be a bug I couldn't find anything about?

enter image description here

I am using Chromium Version 57.0.2978.0 (64-bit)

3条回答
可以哭但决不认输i
2楼-- · 2019-01-31 18:24

Its a known Bug (#701413)

They fixed it in version 59.0.3069.0 (#718482)

I can see the localStorage of different domains like FB, but not from the current domain. When starting up developer tools it appears, but disappears after a reload.

查看更多
我想做一个坏孩纸
3楼-- · 2019-01-31 18:33

I have been encountering the same issue. Not a great solution, but if one closes the developer tools and reopens the developer tools, one will find the domain showing again under Local Storage with all the local storage name value pairs. At least I found a nice shortcut to open and close the developer tools researching this issue. cmd + option + i for mac. I hope this helps my fellow coders. Chrome Version 57.0.2987.133 (64-bit) MacOS.

查看更多
Summer. ? 凉城
4楼-- · 2019-01-31 18:43

Workaround: re-open the Dev Tool, that is press F12 twice. Tested on Ubuntu Chrome 58.

查看更多
登录 后发表回答