4
Original Question
I've just upgraded Firefox to 47. No matter which site I go to, the Storage
tab in dev tools always says "No data present for selected host". Can anyone else replicate?
Go to this JSFiddle, click set item
then get item
. If the string "value" gets printed beneath the buttons, it means the item was successfully saved, then retrieved from sessionStorage. Now open the Storage Inspector in dev tools, select sessionStorage
on the left, and see whether you can see the contents of storage. I cannot even though there are contents there.
Update June 17 2016
Turns out the Storage Inspector
within Firefox dev tools is broken if you select Firefox settings >> Privacy >> History
to Never remember history
or Always use private browsing mode
(Firefox 47 32bit on Windows 7 64bit)
A fix appears to be in the works. I just installed Firefox 48 beta 1, and I no longer experience the problem.
Unfortunately, they have broken it again on Firefox 52 for Windows. It only works on a random, undetermined basis. – andreszs – 2017-04-16T19:29:23.443
Broken in Firefox Quantum. – Brad – 2017-11-27T04:58:43.283
Found another post on Stack Overflow that suggested removing the anchor fragment from the URL. That solved it for me. – Brad – 2017-11-27T05:00:28.023
Erratic behavior in FF60. Some sites it displays that text, "No data present for selected host", while I'm sure they use cookies and cache. Other sites it works fine. Anchor fragment or not makes no difference. – Frank Conijn – 2018-06-13T21:41:44.630