File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -4299,11 +4299,16 @@ steps:
4299
4299
<a for="fetch params">timing info</a> .</p></li>
4300
4300
</ol>
4301
4301
</li>
4302
- <li><p> Otherwise, if <var> response</var> 's <a for=response>URL</a>' s <a for=url>scheme</a> is
4303
- "<code> https</code> ", then set <var> response</var> 's <a for=response>timing info</a>' s
4304
- <a for="fetch timing info">server timing headers</a> to the result of
4305
- <a for="header list">getting, decoding, and splitting</a> `<code> Server-Timing</code> ` from
4306
- <var> response</var> 's <a for=response>header list</a> .</p></li>
4302
+ <li>
4303
+ <p> Otherwise, if <var> response</var> 's <a for=response>URL</a>' s <a for=url>scheme</a> is
4304
+ "<code> https</code> ", then set <var> response</var> 's <a for=response>timing info</a>' s
4305
+ <a for="fetch timing info">server timing headers</a> to the result of
4306
+ <a for="header list">getting, decoding, and splitting</a> `<code> Server-Timing</code> ` from
4307
+ <var> response</var> 's <a for=response>header list</a> .
4308
+
4309
+ <p> The user agent may decides to expose `<code> Server-Timing</code> ` headers to
4310
+ "<code> http</code> " requests as well.
4311
+ </li>
4307
4312
4308
4313
<li>
4309
4314
<p> Let <var> processResponseEndOfBody</var> be the following steps:
You can’t perform that action at this time.
0 commit comments