Skip to content

Commit

Permalink
chore: tidy up index.html (#328)
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 committed Jun 17, 2022
1 parent d1f319e commit e71c2ab
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions index.html
Expand Up @@ -686,8 +686,8 @@ <h3>
<li>
<p>
Return <a>this</a>'s <a data-for=
"PerformanceResourceTiming">response body info</a>'s [=response body
info/encoded size=] plus 300.
"PerformanceResourceTiming">response body info</a>'s [=response
body info/encoded size=] plus 300.
</p>
<p class='note'>
The constant number added to `transferSize` replaces exposing the
Expand Down Expand Up @@ -1062,15 +1062,17 @@ <h2>
To <dfn data-export="">mark resource timing</dfn> given a [=/fetch
timing info=] |timingInfo|, a DOMString |requestedURL|, a DOMString
|initiatorType| a <a>global object</a> |global|, a string
|cacheMode|, and a [=/response body info=] |bodyInfo|, perform the following steps:
|cacheMode|, and a [=/response body info=] |bodyInfo|, perform the
following steps:
</p>
<ol>
<li>Create a <a>PerformanceResourceTiming</a> object |entry| in
|global|'s [=global object/realm=].
</li>
<li>
<a>Setup the resource timing entry</a> for |entry|, given
|initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|, and |bodyInfo|.
|initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|, and
|bodyInfo|.
</li>
<li>
<a data-cite=
Expand All @@ -1087,8 +1089,8 @@ <h2>
To <dfn data-export="">setup the resource timing entry</dfn> for
<a>PerformanceResourceTiming</a> |entry| given DOMString
|initiatorType|, DOMString |requestedURL|, [=/fetch timing info=]
|timingInfo|, a DOMString |cacheMode|, and a [=response body info=] |bodyInfo|,
perform the following steps:
|timingInfo|, a DOMString |cacheMode|, and a [=response body info=]
|bodyInfo|, perform the following steps:
</p>
<ol>
<li>Assert that |cacheMode| is the empty string or
Expand All @@ -1102,8 +1104,9 @@ <h2>
</li>
<li>Set |entry|'s <a data-for="PerformanceResourceTiming">timing
info</a> to |timingInfo|.
<li>Set |entry|'s <a data-for="PerformanceResourceTiming">response body info</a>
to |bodyInfo|.
</li>
<li>Set |entry|'s <a data-for="PerformanceResourceTiming">response
body info</a> to |bodyInfo|.
</li>
<li>Set |entry|'s <a data-for="PerformanceResourceTiming">cache
mode</a> to |cacheMode|.
Expand Down

0 comments on commit e71c2ab

Please sign in to comment.