Skip to content

Commit

Permalink
xref list
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Oct 28, 2021
1 parent af4e291 commit 4469655
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -25440,9 +25440,7 @@ document.body.appendChild(wbr);</code></pre>
<dfn data-x="preloaded-resource-response">response</dfn>.</p></li>
</ul>



<p>A <code>Document</code> has a <dfn>list of preloaded resources</dfn> (a list of
<p>A <code>Document</code> has a <dfn>list of preloaded resources</dfn> (a <span>list</span> of
<span>preloaded resource</span>), which is initially empty.</p>

<p>To <dfn export>consume a preloaded resource</dfn> given
Expand Down Expand Up @@ -25514,6 +25512,12 @@ document.body.appendChild(wbr);</code></pre>
<p>then <span data-x="list remove">remove</span> <var>resource</var> from <var>doc</var>'s
<span>list of preloaded resources</span> and return <var>resource</var>'s
<span data-x="preloaded-resource-response">response</span>.</p>

<p class="note">Removing the resource from the <span>list of preloaded resources</span> does
not necessarily mean that user-agents have to remove it from their implementaion-specific
caches, but rather that the observable behavior specific to preloads no longer applies. For
example, user agents can add a preloaded image to the <span>list of available images</span>
and take care of the different cache headers at a different layer.</p>
</li>
</ol>
</li>
Expand Down

0 comments on commit 4469655

Please sign in to comment.