Revert Chrome details for PerformanceResourceTiming.{finalResponseHeadersStart,responseStart} #25876
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This reverts most of #25733
The aim of that PR (as well as adding
finalResponseHeadersStart
) was to try to explain that Chrome diverged in it's definition ofresponseStart
for sites using Early Hints. However, in hindsight, I think the updates are causing more confusion than help.MDN currently shows this:
This suggests the header was only added in 133 (it wasn't it was supported since 85 with a slight change in definition for some sites).
It also suggests it's not supported yet in Opera, Opera Android, and Samsung internet when that's not the case.
All in all, I think my intent to help developers has caused more issues than it solved, and we should instead treat this as a small oddity in Chrome 115-132 that doesn't require documenting in BCD (like some bugs aren't unless major issues).
Additionally, I incorrectly noted this was available from Chrome 87, when it was actually available from Chrome 43 so that was a typo.
It's also causing confusion in downstream dependencies:
microsoft/TypeScript-DOM-lib-generator#1891
Similarly I think the noting of
finalResponseHeadersStart
as being available earlier, with the alternative name ofresponseStart
is more confusing than helpful so also removing that.Test results and supporting details
N/A - see #25733
Related issues
#25733