From 6b024d2ba503f67aa6c304445bb56b659ead03e0 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Tue, 12 Apr 2022 17:57:07 +0300 Subject: [PATCH] Add note about additional operations when preloading Closes https://github.com/w3c/preload/issues/116. --- source | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source b/source index 4ea3bd3060e..aa6cf8a37e6 100644 --- a/source +++ b/source @@ -25768,6 +25768,11 @@ document.body.appendChild(wbr); data-x="concept-request-destination">destination), as it is highly likely that the user will require this resource for the current navigation.

+

User-agents might perform additional operations when a resource is loaded, such as + preemptively decoding images or creating stylesheets. However, these additional + operations cannot have observable effects.

+

There is no default type for resources given by the preload keyword.