- From: Noam Rosenthal <notifications@github.com>
- Date: Thu, 10 Mar 2022 02:28:31 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 10 March 2022 10:28:43 UTC
@noamr commented on this pull request. > <dt><dfn for="fetch params">timing info</dfn> <dd>A <a for=/>fetch timing info</a>. </dl> +<p>A <dfn export>fetch controller</dfn> is a <a for=/>struct</a> used to enable callers of +<a for=/>fetch</a> to perform certain operations on it after it has started. It has the following +<a for=struct>items</a>: + +<dl> + <dt><dfn for="fetch controller">state</dfn> (default "<code>ongoing</code>") + <dd>"<code>ongoing</code>", "<code>terminated</code>", or "<code>aborted</code>" Yes! I will add it when "Finalize and report timing" would move to the fetch controller, otherwise no one would set that value :) -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1329#discussion_r823571715 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1329/review/905625282@github.com>
Received on Thursday, 10 March 2022 10:28:43 UTC