diff --git a/source b/source index 1d179a3c075..cb3ab39286b 100644 --- a/source +++ b/source @@ -2815,6 +2815,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
origin
The linked resource fetch setup steps for this type of linked resource, given a
+ link
element el and request
+ request, are:
Set request's initiator
+ to prefetch
.
Set request's speculative flag + to true.
Let as be the current state of el's as
attribute.
Set request's destination + to the result of translating + as.
If the browser is using both the request's URL and the + top-level browsing context's active document's origin as cache keys for request, then:
+If request's credentials mode is "include", then return + false.
If request's referrer policy is not "no-referrer", then + return false.
If request's destination + is not "document", then return false.
Set request's redirect mode to "manual".
Set request's service workers mode to "none".
Return true.
preload
"The preload
keyword may be used with link