- From: Noam Rosenthal <notifications@github.com>
- Date: Mon, 29 Nov 2021 01:22:38 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1311/review/817499242@github.com>
@noamr commented on this pull request. > </ol> <p>To <dfn>finalize response</dfn> given a <a for=/>fetch params</a> <var>fetchParams</var> and a <a for=/>response</a> <var>response</var>, run these steps: <ol> + <li><p>If<var>fetchParams</var>'s <a for="fetch params">ready for clients</a> is false or OK > + <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> Right > @@ -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). Actually you've spotted an existing issue... "network read complete" should also be called for HTTP/SW responses. Need to revise that part :( -- 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#discussion_r758145810
Received on Monday, 29 November 2021 09:23:04 UTC