- From: Yutaka Hirano <notifications@github.com>
- Date: Wed, 27 Oct 2021 05:24:13 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1311/review/790542017@github.com>
@yutakahirano commented on this pull request. > + <a for="fetch params">task destination</a>:</p> + + <ol> + <li><p>Set <var>fetchParams</var>'s <a for="fetch params">ready for clients</a> to true.</p></li> + + <li><p><a>Finalize response</a> given <var>fetchParams</var> and <var>response</var>.</p></li> + </ol> +</ol> + +<p>To <dfn>fetch network finale</dfn> given a <a for=/>fetch params</a> <var>fetchParams</var> +and a <a for=/>response</a> <var>response</var>, <a>queue a fetch task</a> +with to run the following steps with <var>fetchParams</var>'s +<a for="fetch params">task destination</a>:</p> + +<ol> + <li><p>Set <var>fetchParams</var>'s <a for="fetch params">network read complete</a>.</p></li> to true? > @@ -203,6 +203,8 @@ lt="authentication entry">authentication entries</a> (for HTTP authentication). <dd>Null, a <a for=/>global object</a>, or a <a for=/>parallel queue</a>. <dt><dfn for="fetch params">cross-origin isolated capability</dfn> (default false) + <dt><dfn for="fetch params">ready for clients</dfn> (default false). + <dt><dfn for="fetch params">network read complete</dfn> (default false). Does this stay false when the response comes from the HTTP cache or the service worker? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1311#pullrequestreview-790542017
Received on Wednesday, 27 October 2021 12:24:26 UTC