diff --git a/fetch.bs b/fetch.bs index bd8fae92f..ed135b6ce 100644 --- a/fetch.bs +++ b/fetch.bs @@ -263,6 +263,9 @@ following items: [[RESOURCE-TIMING]] [[NAVIGATION-TIMING]]
final connection timing info (default null)
Null or a connection timing info. + +
server timing headers (default an empty list) +
A list of strings.

To @@ -4296,6 +4299,10 @@ steps: timing info.

+
  • Otherwise, set response's timing info's + server timing headers to the result of + getting, decoding, and splitting `Server-Timing` from + response's header list.

  • Let processResponseEndOfBody be the following steps: