Skip to content

Commit 152d725

Browse files
committed
Rename backgrounded
1 parent 28a3024 commit 152d725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fetch.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2701,8 +2701,8 @@ functionality.
27012701
<a for=/>fetch controller</a> or null).
27022702

27032703
<p>A <dfn export>deferred fetch record</dfn> is a <a for=/>struct</a> used to maintain state needed
2704-
to invoke a fetch at a later time, e.g., when a <code>Document</code> is unloaded or backgrounded. It
2705-
has the following <a for=struct>items</a>:
2704+
to invoke a fetch at a later time, e.g., when a <code>Document</code> is unloaded or becomes
2705+
not <a for=Document>fully active</a>. It has the following <a for=struct>items</a>:
27062706

27072707
<dl>
27082708
<dt><dfn export for="deferred fetch record">request</dfn>

0 commit comments

Comments
 (0)