- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 15 Jun 2022 02:19:59 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 15 June 2022 09:20:11 UTC
> I think there's two problems and they might also have been present with the previous text (though in a different way): > > 1. When you're "in parallel" you don't have access to the main thread. > 2. "Pause" means nothing else can happen in the main thread (other than what it allows for). Having state changes happen during pause would be weird. > > Perhaps sync XHR needs to invoke "report timing steps" itself? Fixed in https://github.com/whatwg/fetch/pull/1413/commits/9f0745ab2d82b65071778acaaf24196681031396 and [Report timing for sync XHR](https://github.com/whatwg/xhr/pull/347/commits/b7a47f796eb133eb22e4789e1b6ebfa9ba796609) -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/pull/347#issuecomment-1156221386 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/xhr/pull/347/c1156221386@github.com>
Received on Wednesday, 15 June 2022 09:20:11 UTC