- From: Noam Rosenthal <notifications@github.com>
- Date: Tue, 11 Apr 2023 01:36:47 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 11 April 2023 08:36:53 UTC
Thinking about this again, we can't really hide slow proxy resolution (which might not be a common thing anyway). Even if we try to hide that timing gap in resource timing, it's detectable to an extent by comparing server-side times with beginning of fetch. I'm not sure we should or can address this. In most cases proxy selection (PAC) is a quick deal, a small JS function. Perhaps the next step would be to see if there are long-running ones out there to assess if this is a real issue. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1429#issuecomment-1502914199 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1429/c1502914199@github.com>
Received on Tuesday, 11 April 2023 08:36:53 UTC