- From: Noam Rosenthal <notifications@github.com>
- Date: Mon, 08 Mar 2021 09:08:49 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 8 March 2021 17:09:03 UTC
@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