Addition of interim response timings for Resource Timing
Categories
(Core :: DOM: Networking, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | affected |
People
(Reporter: bdekoz, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-needed, Whiteboard: [necko-triaged][necko-priority-next])
Steps to reproduce:
HTTP interim response status code in Resource Timing
Resource Timing PR : https://github.com/w3c/resource-timing/pull/366
Fetch PR : https://github.com/whatwg/fetch/pull/1483
Request for position mozilla : https://github.com/mozilla/standards-positions/issues/722
Updated•2 years ago
|
Comment 2•4 months ago
|
||
https://github.com/w3c/resource-timing/issues/345#issuecomment-2377911822 is proposing to remove firstInterimResponseStart
and add finalResponseHeadersStart
. Do we have a position on this?
Comment 3•3 months ago
|
||
(In reply to Dave Hunt [:davehunt] [he/him] ⌚BST from comment #2)
https://github.com/w3c/resource-timing/issues/345#issuecomment-2377911822 is proposing to remove
firstInterimResponseStart
and addfinalResponseHeadersStart
. Do we have a position on this?
I think this is a good change, and worth implementing ASAP.
Comment 4•3 months ago
|
||
Just to be clear what we landed on in the end was NOT removing firstInterimResponseStart
but adding finalResponseHeadersStart
in addition. As well as making reponseStart
the first non-zero timing of those two:
https://github.com/w3c/resource-timing/issues/345#issuecomment-2450475244
Mozilla position from Sean Feng is positive:
https://github.com/mozilla/standards-positions/issues/1108
Description
•