In Google Chrome there is an easy way to see what\'s in local storage as well as modify or delete it after inspecting it.
Is there a way to do the same in Firefox?>
I could not use localStorage directly in the Firefox (v27) console. I got the error:
localStorage
[Exception... "Component is not available" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: debugger eval code :: :: line 1" data: no]
What worked was:
window.content.localStorage