File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,9 @@ following <a for=struct>items</a>: [[RESOURCE-TIMING]] [[NAVIGATION-TIMING]]
273
273
274
274
<dt> <dfn export for="fetch timing info">final connection timing info</dfn> (default null)
275
275
<dd> Null or a <a for=/>connection timing info</a> .
276
+
277
+ <dt> <dfn export for="fetch timing info">server-timing headers</dfn> (default « »)
278
+ <dd> A <a for=/>list</a> of strings.
276
279
</dl>
277
280
278
281
<p> To
@@ -4341,7 +4344,16 @@ steps:
4341
4344
<a>creating an opaque timing info</a> for <var> fetchParams</var> 's
4342
4345
<a for="fetch params">timing info</a> .</p></li>
4343
4346
</ol>
4344
- </li>
4347
+
4348
+ <li>
4349
+ <p> Otherwise, if <var> fetchParams</var> 's <a for="fetch params">request</a>' s
4350
+ <a for=request>client</a> is a <a>secure context</a> , set <var> response</var> 's
4351
+ <a for=response>timing info</a> 's <a for="fetch timing info">server-timing headers</a> to the
4352
+ result of <a for="header list">getting, decoding, and splitting</a> `<code> Server-Timing</code> `
4353
+ from <var> response</var> 's <a for=response>header list</a> .
4354
+
4355
+ <p> The user agent may decide to expose `<code> Server-Timing</code> ` headers to non-secure contexts
4356
+ requests as well.
4345
4357
4346
4358
<li>
4347
4359
<p> Let <var> processResponseEndOfBody</var> be the following steps:
You can’t perform that action at this time.
0 commit comments