Skip to content

Commit

Permalink
chore: tidy up index.html (#409)
Browse files Browse the repository at this point in the history
Co-authored-by: noamr <noamr@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and noamr authored Nov 4, 2024
1 parent 074069f commit 0363ec9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -637,16 +637,17 @@ <h3>
global object</a> for <a>this</a>. See [=/HTTP fetch=] for more info.
</p>
<p data-dfn-for="PerformanceResourceTiming">
The <dfn>finalResponseHeadersStart</dfn> getter steps are to <a>convert fetch
timestamp</a> for <a>this</a>'s <a data-for=
The <dfn>finalResponseHeadersStart</dfn> getter steps are to
<a>convert fetch timestamp</a> for <a>this</a>'s <a data-for=
"PerformanceResourceTiming">timing info</a>'s [=fetch timing
info/final network-response start time=] and the <a>relevant global
object</a> for <a>this</a>. See [=/HTTP fetch=] for more info.
</p>
<p data-dfn-for="PerformanceResourceTiming">
The <dfn>responseStart</dfn> getter steps are to return <a>this</a>'s
{{PerformanceResourceTiming/firstInterimResponseStart}} if it is not 0; Otherwise
<a>this</a>'s {{PerformanceResourceTiming/finalResponseHeadersStart}}.
{{PerformanceResourceTiming/firstInterimResponseStart}} if it is not
0; Otherwise <a>this</a>'s
{{PerformanceResourceTiming/finalResponseHeadersStart}}.
</p>
<p data-dfn-for="PerformanceResourceTiming">
The <dfn>responseEnd</dfn> getter steps are to <a>convert fetch
Expand Down

0 comments on commit 0363ec9

Please sign in to comment.