Open
Bug 1434055
Opened 8 years ago
Updated 3 years ago
Consider removing/simplifying `Collection.prototype.getBatched`?
Categories
(Firefox :: Sync, enhancement, P3)
Firefox
Sync
Tracking
()
NEW
People
(Reporter: tcsc, Unassigned)
References
Details
Our reasoning for implementing it in bug 1294599 no longer applies, so ISTM like we could simplify this function to always fetch all `this.limit` records at once as JSON (and either deserialize and decrypt them before returning, or move those to the caller, I have no preference).
This would have the benefit of greatly simplifying that chunk of code, would likely have improved performance (fewer requests to the server, among other things), and would (obviously) be done instead of bug 1409111.
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•