- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 23 Aug 2023 01:01:07 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 23 August 2023 08:01:13 UTC
@noamr commented on this pull request.
> +<pre class=idl>
+
+dictionary DeferredRequestInit : RequestInit {
+ DOMHighResTimeStamp backgroundTimeout;
+};
+
+interface FetchLaterResult {
+ readonly attribute boolean sent;
+};
+
+partial interface mixin WindowOrWorkerGlobalScope {
+ [NewObject] FetchLaterResult fetchLater(RequestInfo input, optional DeferredRequestInit init = {});
+};
+</pre>
+
+<p>A {{FetchLaterResult}} has an associated <a>deferred fetch record</a>
The algorithm is different now.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1647#discussion_r1302636145
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1647/review/1590989813@github.com>
Received on Wednesday, 23 August 2023 08:01:13 UTC