- From: smaug---- <notifications@github.com>
- Date: Mon, 02 Oct 2023 02:27:12 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 2 October 2023 09:27:17 UTC
@smaug---- commented on this pull request. > @@ -8495,6 +8624,98 @@ with a <var>promise</var>, <var>request</var>, <var>responseObject</var>, and an </div> +<h3 id=fetch-later-method>FetchLater method</h3> + +<pre class=idl> + +dictionary DeferredRequestInit : RequestInit { + DOMHighResTimeStamp activationTimeout; I think this is a bit too strongly hinting that the fetch would happen this amount time later. Could it be activationDeadline or some such to indicate that it could happen also earlier? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#pullrequestreview-1652398846 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/1652398846@github.com>
Received on Monday, 2 October 2023 09:27:17 UTC