- From: Ming-Ying Chung <notifications@github.com>
- Date: Mon, 13 Jan 2025 23:34:29 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 14 January 2025 07:34:33 UTC
@mingyc commented on this pull request. > + </ol> + + <li><p>If <var>quota</var> is equal or less than 0, then return 0. + + <li><p>If <var>quota</var> is less than <var>quotaForRequestOrigin</var>, then return + <var>quota</var>. + + <li><p>Return <var>quotaForRequestOrigin</var>. +</ol> +</div> + +<div algorithm> +<p>To <dfn export>reserve deferred-fetch quota</dfn> for a <a>navigable container</a> +<var>container</var> given an <a for=/>origin</a> <var>originToNavigateTo</var>: + +<p class=note>This is called when <var>container</var> and the document that initiated the > Did you set the default for deferred-fetch-minimal correctly? It should be *. Yes. It just looks like `Document` construction of `b.com` is triggered twice, where the second times happen after "Begin Navigation". Any chances you are aware of any other call sites that will lead to this behavior in terms of spec view? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1914366660 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2548984122@github.com>
Received on Tuesday, 14 January 2025 07:34:33 UTC