- From: Ming-Ying Chung <notifications@github.com>
- Date: Thu, 29 Jun 2023 01:39:13 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 June 2023 08:39:18 UTC
@mingyc commented on this pull request. > @@ -2690,16 +2693,104 @@ functionality. <dfn export for="fetch record" id=concept-fetch-record-fetch>controller</dfn> (a <a for=/>fetch controller</a> or null). +<p>A <dfn export>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 <code>Document</code> is unloaded or backgrounded. It Maybe refer to BFCache's [spec](https://w3ctag.github.io/bfcache-guide/#intro) and replace `backgrounded` with the term `non-fully active`? > After a user navigates away from a document, the document might be cached in a non-[fully active](https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active) state -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1246313186 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/1504825926@github.com>
Received on Thursday, 29 June 2023 08:39:18 UTC