- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 15 Jun 2022 01:39:53 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 15 June 2022 08:40:05 UTC
> 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