Closed
Bug 1214496
Opened 9 years ago
Closed 9 years ago
Use localStorage instead of asyncStorage in History adapter
Categories
(Firefox OS Graveyard :: Sync, defect, P3)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1207468
FxOS-S11 (13Nov)
People
(Reporter: selee, Assigned: selee)
References
Details
localStorage[1] is easier to store the revision ID for the last synced status[2] than asyncStorage extra loaded.
[1] https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
[2] https://github.com/mozilla-b2g/gaia/blob/master/apps/sync/js/adapters/history.js#L45
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → selee
Status: NEW → ASSIGNED
Assignee | ||
Updated•9 years ago
|
Target Milestone: --- → FxOS-S11 (13Nov)
Comment 1•9 years ago
|
||
I'll do this at the same time as bug 1207468.
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•