Closed
Bug 1592450
Opened 5 years ago
Closed 5 years ago
accessing window.localStorage throws and error.
Categories
(Core :: Storage: localStorage & sessionStorage, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1592136
People
(Reporter: jmedgar, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
localStorage = window.localStorage; --> unspecified error.
Actual results:
localStorage = window.localStorage; --> unspecified error.
Expected results:
localStorage should contain the content of window localStorage
(I thought all these window.localStorage issues were fixed since 2012)
Updated•5 years ago
|
Component: Untriaged → DOM: Web Storage
Product: Firefox → Core
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Duping to the LSNG-in-70 disabling.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•