Add MDN link for Priority header
Categories
(DevTools :: Netmonitor, enhancement)
Tracking
(firefox131 fixed)
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: valentin, Assigned: mathew.hodson)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed)
Attachments
(3 files)
In bug 1865394 we added the Priority header to be sent out for every HTTP request.
As seen in the screenshot, that is the only header missing an MDN link - and at the moment there's no MDN page for it either.
The field is defined in the following RFC https://www.rfc-editor.org/rfc/rfc9218.html#name-the-priority-http-header-fi
Comment 1•8 months ago
|
||
It looks like the MDN page was created: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Priority
Assignee | ||
Comment 2•7 months ago
|
||
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 3•7 months ago
|
||
This test was broken and always passed previously, because the Headers
panel was never opened and the loop containing the asserts was skipped.
Send a mousedown event to open the panel and assert some header rows
were found.
Updated•7 months ago
|
Comment 5•7 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b31a2e7c31ee
https://hg.mozilla.org/mozilla-central/rev/1257b90f9c50
Description
•