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?

Sure, that would be an easy solution. I'll revise the fetch spec to only report if not in a parallel queue

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

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

Received on Wednesday, 15 June 2022 09:09:13 UTC