Closed
Bug 1724971
Opened 3 years ago
Closed 3 years ago
Do not use conservative wrapper to fetch resources URLs
Categories
(Firefox :: Remote Settings Client, enhancement)
Firefox
Remote Settings Client
Tracking
()
RESOLVED
FIXED
93 Branch
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: leplatrem, Assigned: leplatrem)
References
Details
Attachments
(1 file)
Quoting Rob Wu:
it seems more efficient to use fetch->json() it than to xhr->responseText->Response->json(). And for the hasLocalDump case fetch()+gc seems better than xhr+responseText+gc. For http, fetch would resolve as soon as the headers have been received, whereas xhr+onload only resolves when the response is ready.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → mathieu
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by mleplatre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/49c7b7e12b02
Do not use conservative wrapper to fetch resources URLs r=robwu
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox93:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•