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

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?

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

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

Received on Wednesday, 15 June 2022 08:48:16 UTC