Re: [whatwg/fetch] Initial resource timing integration. (#1185)

@noamr commented on this pull request.



>     <li><p>Set <var>response</var> to the result of invoking <a for=/>handle fetch</a> for
    <var>requestForServiceWorker</var>. [[!HTML]] [[!SW]]
 
    <li>
     <p>If <var>response</var> is not null, then:
 
     <ol>
+     <li><p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s
+     <a for="fetch timing info">response start time</a> to the
+     <a for=/>unsafe shared current time</a>.

I updated this. Response start time is only available when dealing with actual HTTP responses. A response from a SW can be an actual HTTP response, in which case it will mark a `response start` at the appropriate time.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1185#discussion_r599309762

Received on Tuesday, 23 March 2021 06:52:48 UTC