- From: Noam Rosenthal <notifications@github.com>
- Date: Tue, 03 Oct 2023 06:10:01 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 October 2023 13:10:06 UTC
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