- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 22 Jan 2025 03:14:53 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 January 2025 11:14:57 UTC
@noamr commented on this pull request. > +</dl> +<hr> + +<p>A <dfn>deferred fetch record</dfn> is a <a for=/>struct</a> used to maintain state needed +to invoke a fetch at a later time, e.g., when a {{Document}} object is unloaded or becomes +not <a for=Document>fully active</a>. It has the following <a for=struct>items</a>: + +<dl> + <dt><dfn for="deferred fetch record">request</dfn> + <dd>A <a for=/>request</a>. + + <dt><dfn for="deferred fetch record">notify invoked</dfn> + <dd>An algorithm accepting no arguments. + + <dt><dfn for="deferred fetch record">invoke state</dfn> (default "<code>pending</code>") + <dd>"<code>pending</code>", "<code>fetching</code>", "<code>done</code>", or Resolved -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1925143643 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2566913805@github.com>
Received on Wednesday, 22 January 2025 11:14:57 UTC