Re: [whatwg/fetch] Deferred fetching (PR #1647)

@noamr commented on this pull request.



> + <li><p>Set <var>request</var>'s <a for=request>keepalive</a> to true.
+
+ <li><p>Let <var>deferredRecord</var> be a new <a>deferred fetch record</a> whose
+ <a for="deferred fetch record">request</a> is <var>request</var>.
+
+ <li><p><a for=list>Append</a> <var>deferredRecord</var> to <var>request</var>'s
+ <a for=request>client</a>'s <a for=fetch>fetch group</a>'s
+ <a for="fetch group">deferred fetch records</a>.
+
+ <li>
+  <p>If <var>activationTimeout</var> is not null, then run the following steps <a>in parallel</a>:</p>
+
+  <ol>
+   <li><p>The user agent should wait until <var>activationTimeout</var> milliseconds have passed.
+   The user agent may wait for a longer or shorter period time, e.g., to optimize batching of
+   deferred fetches.

Yea, it should look like a hint/recommendation. How would you phrase it?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1647#discussion_r1342479859
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1647/review/1652420581@github.com>

Received on Monday, 2 October 2023 09:42:05 UTC