Re: [whatwg/xhr] Resource Timing integration (#319)

@noamr commented on this pull request.



> @@ -963,6 +967,8 @@ return <a>this</a>'s <a>cross-origin credentials</a>.
  <li><p>If <var>xhr</var>'s <a for=XMLHttpRequest>response</a> is a <a>network error</a>, then
  return.
 
+ <li><p><a for=/>Report timing</a> for <var>xhr</var>.

Ah it wouldn't work because `handle errors` is also called from `processBodyError`, in which case the `processEndOfBody` callback will not be reached at all. We've been through this in early iterations of this PR

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

Message ID: <whatwg/xhr/pull/319/review/878901386@github.com>

Received on Thursday, 10 February 2022 14:16:16 UTC