- From: Noam Rosenthal <notifications@github.com>
- Date: Fri, 22 Oct 2021 05:33:20 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 22 October 2021 12:33:33 UTC
@noamr commented on this pull request. > @@ -255,6 +258,29 @@ given a <a for=/>fetch timing info</a> <var>timingInfo</var>, return a new <var>storedTimingInfo</var>'s <a for="fetch timing info">decoded body size</a>. </ol> +<p>To <dfn for="fetch params">abort</dfn> a <a for=/>fetch params</a> <var>fetchParams</var>, +set <var>fetchParams</var>'s <a for="fetch params">fetch state</a> to "<code>aborted</code>". + +<p>To <dfn for="fetch params">terminate</dfn> a <a for=/>fetch params</a> <var>fetchParams</var>, +set <var>fetchParams</var>'s <a for="fetch params">fetch state</a> to "<code>terminated</code>". + +<p>A <a for=/>fetch params</a> <var>fetchParams</var> is <a for="fetch params">terminated</a> if I thought of "canceled" (in new revision) or "halted" alternatively? -- 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/1329#discussion_r734498876
Received on Friday, 22 October 2021 12:33:33 UTC