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

@annevk commented on this pull request.



> @@ -2215,6 +2288,86 @@ clearly stipulates that <a>connections</a> are keyed on
 <!-- See https://github.com/whatwg/fetch/issues/114#issuecomment-143500095 for when we make
      WebSocket saner -->
 
+<p>When <dfn>recording connnection timing info</dfn> given a <var>connection</var>, perform the
+following steps:

I think an unordered list of requirements would make more sense. I'm also not sure what some of the conditionals add here. E.g., the cache conditional doesn't seem to change that start is before lookup and end is after. That there's a cache involved can just be an implementation detail.

-- 
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_r591450942

Received on Wednesday, 10 March 2021 12:35:36 UTC