Re: [whatwg/fetch] Deferred fetching (PR #1647)

I think need to be careful of the wording. *fully active* has a specific meaning and it's different from how it's being used here. Fully active is a state in the lifecycle of a page. In practice, JS could be throttled or not. I'm not sure there is a way to express this in spec language. Also not specced are concepts around when a page might be killed.

So I think the decision tree is
- is there a reason to believe the UA/document will terminate abruptly?
   - yes - send immediately
   - no - is the page fully active?
      -  yes ...
      - no ...



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

Message ID: <whatwg/fetch/pull/1647/c1751698157@github.com>

Received on Saturday, 7 October 2023 12:21:46 UTC