Skip to content

Commit

Permalink
fix: add missing version_removed
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Jan 24, 2025
1 parent e4bb284 commit 17e4a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/PerformanceResourceTiming.json
Original file line number Diff line number Diff line change
Expand Up @@ -1015,13 +1015,13 @@
},
{
"version_added": "115",
"version_removed": "133",
"partial_implementation": true,
"notes": "`responseStart` used the final response time even if an interim response was available ([chromestatus](https://chromestatus.com/feature/5158830722514944))."
},
{
"version_added": "85",
"partial_implementation": true,
"notes": "Full implementation but without explicit support for interim response."
"version_removed": "115"
}
],
"chrome_android": "mirror",
Expand Down

1 comment on commit 17e4a9e

@tunetheweb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh interesting. I wasn't sure if these were needed when there was no gap. Testing showed they weren't needed. But guess better to be explicit?

Please sign in to comment.