Local storage gives error
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
People
(Reporter: bugzilla, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0
Steps to reproduce:
open "Developer Tools" in console window type:
window.localStorage.set("test", "dummy")
Actual results:
Uncaught
Exception { name: "NS_ERROR_FAILURE", message: "", result: 2147500037, filename: "debugger eval code", lineNumber: 1, columnNumber: 0, data: null, stack: "@debugger eval code:1:1\n" }
debugger eval code:1:1
<anonymous> debugger eval code:1
Expected results:
allow to set local storage
This can easily be tested at the following url
https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_win_localstorage
I disabled all extensions, closed the browser, opened it again but the problem persists.
False alarm, I renamed the ~/.mozilla/firefox and started a fresh instance and it works fine
How do I find the culprit?
Comment 3•4 years ago
|
||
Setting the component to Console and closing as RWFM. Please reopen in case it reoccurs.
Description
•