- From: Noam Rosenthal <notifications@github.com>
- Date: Fri, 06 Oct 2023 20:41:28 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 7 October 2023 03:41:33 UTC
> When is UA allowed to trigger fetchLater? - If the page is fully active, at least after the timeout/deadline - If there is reason to believe the UA/document is going to terminate, ASAP - + dome delta for batching/throttling > Especially on mobile one could have a page in a background tab for quite some time doing nothing (since it is throttled so heavily), but still having the current active document. Is there a reason to keep fetchLater waiting for basically forever in that case? The UA is allowed to activate them if there's a good reason to believe that the page might never become active. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#issuecomment-1751586492 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/c1751586492@github.com>
Received on Saturday, 7 October 2023 03:41:33 UTC