Closed
Bug 1777653
Opened 2 years ago
Closed 2 years ago
localStorage throws exception
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: hstevecooper, Unassigned)
Details
Attachments
(1 file)
331 bytes,
text/html
|
Details |
I called:
const value = localStorage.getItem('foo');
Firefox 102 throws an exception rather than returning null. Previous versions of Firefox work as expected. localStorage.setItem() also throws.
I tried starting Firefox in safe mode (all extensions disabled), as well as clearing all cache, local storage, offline data, cookies, etc. Nothing helped.
Some public websites (tumblr, facebook, newtumbl) appear to be affected as well, causing these sites to fail to load correctly.
See attached file for a sample.
Reporter | ||
Comment 1•2 years ago
|
||
Doing a full "refresh" on Firefox solved the problem.
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•