- From: Ming-Ying Chung <notifications@github.com>
- Date: Sun, 10 Sep 2023 19:07:20 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 11 September 2023 02:07:26 UTC
@mingyc commented on this pull request. > @@ -8485,6 +8618,92 @@ 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 backgroundTimeout; Linking to https://github.com/WICG/pending-beacon/issues/13#issuecomment-1711315654 where we argue that a general `timeout` mechanism may be more ergonomic to support the user story "send this request after 10minute from now", in addition to `backgroundTimeout`. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#pullrequestreview-1619013029 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/1619013029@github.com>
Received on Monday, 11 September 2023 02:07:26 UTC