Re: [whatwg/fetch] Associate service worker timing with a response (#1228)

@annevk commented on this pull request.



> @@ -1973,6 +1973,10 @@ this is also tracked internally using the request's <a for=request>timing allow
 <dfn for=response id=concept-response-timing-info>timing info</dfn> (null or a
 <a for=/>fetch timing info</a>), which is initially null.
 
+<p>A <a for=/>response</a> has an associated
+<dfn export for=response id=concept-response-service-worker-timing-info>service worker timing</dfn> (null or a

Also no need for the ID here and I wonder if we should name this field "service worker timing info" for consistency with "timing info".

-- 
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/1228#discussion_r624967480

Received on Monday, 3 May 2021 09:12:45 UTC