diff --git a/fetch.bs b/fetch.bs index d719cdf35..ddddd186b 100644 --- a/fetch.bs +++ b/fetch.bs @@ -353,6 +353,8 @@ following items: [[RESOURCE-TIMING]] [[NAVIGATION-TIMING]]
A list of strings.
render-blocking (default false)
A boolean. +
http method (default: GET) +
A {{ByteString}}

A response body info is a struct used to maintain @@ -4231,7 +4233,9 @@ the response. [[!HTTP-CACHING]]

  • Let timingInfo be a new fetch timing info whose start time and post-redirect start time are the - coarsened shared current time given crossOriginIsolatedCapability, and + coarsened shared current time given crossOriginIsolatedCapability, + http method is set to request's + method, and render-blocking is set to request's render-blocking.