Closed
Bug 1396848
Opened 7 years ago
Closed 7 years ago
Fetch: Headers should sort and combine
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: annevk, Assigned: baku)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
(deleted),
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
When you iterate over the Headers object values are not combined across duplicate header names and header names are not sorted lexicographically.
Tests: https://github.com/w3c/web-platform-tests/pull/7260.
Updated•7 years ago
|
Blocks: ServiceWorkers-compat
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → amarchesini
Attachment #8908614 -
Flags: review?(kyle)
Updated•7 years ago
|
Attachment #8908614 -
Flags: review?(kyle) → review+
Comment 2•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Comment 4•7 years ago
|
||
I have documented this with a note on the main Headers page here:
https://developer.mozilla.org/en-US/docs/Web/API/Headers#Methods
And a note in the Fx57 rel notes:
https://developer.mozilla.org/en-US/Firefox/Releases/57#DOM
Does that sound Ok?
Keywords: dev-doc-needed → dev-doc-complete
Assignee | ||
Comment 5•7 years ago
|
||
Good to me.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•