Re: [whatwg/xhr] Refactor for auto-reporting timing from fetch (PR #347)

> So the result here is that for synchronous XMLHttpRequest we don't create a timing entry, right?

No, there is no behavioral change. In sync XHR the task that reports the timing would run on the parallel queue, but that's immaterial because the main-thread queue is waiting on it anyway.

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

Message ID: <whatwg/xhr/pull/347/c1156172413@github.com>

Received on Wednesday, 15 June 2022 08:40:05 UTC