Re: [whatwg/fetch] Deferred fetching feedback (Issue #1715)

Regarding `activationTimeout`:
- Usually timeouts mean "no earlier than" (e.g. `setTimeout`), while here we mean "no later than", which is more of a deadline.
- Deadline sounds a bit rigid, because here the browser can still delay further than the deadline.

Suggesting `dueAfter` or `activationDelay` but open to other suggestions.

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

Message ID: <whatwg/fetch/issues/1715/1744948116@github.com>

Received on Tuesday, 3 October 2023 13:10:06 UTC