Closed
Bug 1839319
Opened 2 years ago
Closed 1 year ago
Add "fetchpriority" support to global `fetch()` function
Categories
(Core :: Networking, enhancement, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
125 Branch
People
(Reporter: mbrodesser-Igalia, Assigned: zsun)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(5 files)
Updated•2 years ago
|
Priority: -- → P2
Whiteboard: [necko-triaged]
Reporter | ||
Comment 1•1 year ago
|
||
Summary: Add "priority" option to "Request" interface → Add "fetchpriority" support to global `fetch()` function
Pushed by zsun@igalia.com:
https://hg.mozilla.org/integration/autoland/rev/f2851598d216
Add fetchpriority tests for Fetch() API. r=valentin,necko-reviewers
This is to align the internal priority of fetch API when fetchpriority support
is disabled with the fetchpriority=auto case when the support is enabled.
Comment 7•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
Updated•1 year ago
|
Pushed by zsun@igalia.com:
https://hg.mozilla.org/integration/autoland/rev/16c599b14250
Correct test expectation for Fetch() API with fetchpriority. r=valentin,necko-reviewers
This is to be in line with the comment at D200920. Updates on tests
for fetchpriority disabled with be in a follow-up patch.
This change is also based on D200921.
Comment 10•1 year ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Comment 11•1 year ago
|
||
Pushed by zsun@igalia.com:
https://hg.mozilla.org/integration/autoland/rev/257a22ad1158
Refine the tests for Fetch() API with fetchpriority. r=fredw
Updated•1 year ago
|
Attachment #9378480 -
Attachment description: Bug 1839319 - Add fetchpriority support for fetch() API. r=valentin,#necko-reviewers → Bug 1839319 - Add fetchpriority support for fetch() API. r=valentin,#necko-reviewers,fredw
Comment 12•1 year ago
|
||
bugherder |
Keywords: leave-open
Keywords: leave-open
Comment 13•1 year ago
|
||
Pushed by zsun@igalia.com:
https://hg.mozilla.org/integration/autoland/rev/f9b8aea08320
Add tests for Fetch() API with fetchpriority disabled. r=valentin,necko-reviewers
Updated•1 year ago
|
Updated•1 year ago
|
Comment 14•1 year ago
|
||
bugherder |
Comment 15•1 year ago
|
||
Pushed by zsun@igalia.com:
https://hg.mozilla.org/integration/autoland/rev/e2c67ce1b79f
Add fetchpriority support for fetch() API. r=valentin,necko-reviewers,webidl,saschanaz,fredw
Updated•1 year ago
|
Keywords: leave-open
Comment 16•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago → 1 year ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•