Skip to content

Commit e8b67b0

Browse files
authored
Editorial: remove redundant timingInfo variables
Closes #1522.
1 parent 7d951ac commit e8b67b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fetch.bs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4821,8 +4821,6 @@ these steps:
48214821

48224822
<li><p>Let <var>actualResponse</var> be null.
48234823

4824-
<li><p>Let <var>timingInfo</var> be <var>fetchParams</var>'s <a for="fetch params">timing info</a>.
4825-
48264824
<li>
48274825
<p>If <var>request</var>'s <a>service-workers mode</a> is "<code>all</code>", then:
48284826

@@ -5408,8 +5406,6 @@ run these steps:
54085406

54095407
<ol>
54105408
<li>
5411-
<p>Let <var>timingInfo</var> be <var>fetchParams</var>'s <a for="fetch params">timing info</a>.
5412-
54135409
<p>Set <var>storedResponse</var> to the result of selecting a response from the
54145410
<var>httpCache</var>, possibly needing validation, as per the
54155411
"<a href=https://datatracker.ietf.org/doc/html/rfc7234#section-4>Constructing Responses from Caches</a>"

0 commit comments

Comments
 (0)