Open
Bug 1754845
Opened 4 years ago
Updated 4 months ago
Support all DOMStrings as localstorage keys
Categories
(Core :: Storage: localStorage & sessionStorage, defect, P4)
Core
Storage: localStorage & sessionStorage
Tracking
()
NEW
People
(Reporter: jari, Unassigned)
References
Details
(Whiteboard: dom-lws-bugdash-triage )
According to webstorage spec, all DOMStrings are technically legal keys.
Currently, only valid Unicode keys are supported.
To extend the domain to cover all DOMstrings, the localstorage schema needs to be adjusted, and appropriate data migrations introduced to work with the adjusted schema.
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 1•4 months ago
|
||
IIRC, this is still an issue, keys should be stored as blobs in SQLite
However, this is not a priority right now.
Whiteboard: dom-lws-bugdash-triage
Updated•4 months ago
|
Priority: P3 → P4
You need to log in
before you can comment on or make changes to this bug.
Description
•