Closed Bug 1749251 Opened 4 years ago Closed 4 years ago

Local storage gives error

Categories

(DevTools :: Console, defect)

Firefox 95
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

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?

Setting the component to Console and closing as RWFM. Please reopen in case it reoccurs.

Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Component: Untriaged → Console
Product: Firefox → DevTools
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.