- From: Noam Rosenthal <notifications@github.com>
- Date: Mon, 02 Oct 2023 05:22:14 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 2 October 2023 12:22:20 UTC
@noamr 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; How about `delay`? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1342617655 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/1652632237@github.com>
Received on Monday, 2 October 2023 12:22:20 UTC