Open Bug 1754845 Opened 4 years ago Updated 4 months ago

Support all DOMStrings as localstorage keys

Categories

(Core :: Storage: localStorage & sessionStorage, defect, P4)

defect

Tracking

()

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.

See Also: → 1300205
Severity: -- → S3
Priority: -- → P3

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
Priority: P3 → P4
You need to log in before you can comment on or make changes to this bug.