Skip to content

Commit

Permalink
Always set keepalive
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Jul 5, 2023
1 parent 4ab8432 commit 00aae49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6746,6 +6746,8 @@ is <a for="fetch group">deactivated</a>.
<li><p>If <var>totalScheduledDeferredBytesForOrigin</var> is greater than 64 kilobytes, then
throw a {{QuotaExceededError}}.

<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>.

Expand Down

0 comments on commit 00aae49

Please sign in to comment.