Skip to content

Commit

Permalink
Add note about additional operations when preloading
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr authored Apr 12, 2022
1 parent 1048a66 commit 6b024d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -25768,6 +25768,11 @@ document.body.appendChild(wbr);</code></pre>
data-x="concept-request-destination">destination</span>), as it is highly likely that the user
will require this resource for the current navigation. <ref spec=PRELOAD></p>

<p class="note">User-agents might perform additional operations when a resource is loaded, such as
preemptively <span data-x="dom-img-decode">decoding images</span> or <span
data-x="Create a CSS style sheet">creating stylesheets</span>. However, these additional
operations cannot have observable effects.</p>

<p>There is no default type for resources given by the <code data-x="rel-preload">preload</code>
keyword.</p>

Expand Down

0 comments on commit 6b024d2

Please sign in to comment.