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

@noamr commented on this pull request.



> @@ -4974,8 +5192,13 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
       <p>If <var>aborted</var> is set, then:
 
       <ol>
+       <li><p>Call <a for=/>handle response end</a> with <var>fetchParams</var> and <var>response</var>.

@annevk: ended up reporting the resource-timing the moment `response end time` is set, which could be either when the response is aborted or when the last byte of the body was sent.

-- 
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#pullrequestreview-606512138

Received on Monday, 8 March 2021 17:09:03 UTC