The URL of the resource.
The relationship of the linked resource ('prefetch' or 'preload').
Optionalas: "script" | "style" | "fetch"The type of content being loaded ('fetch' for HTML, 'style' for CSS, or 'script' for JavaScript files). If it's not provided or set to a falsy value, it runs heuristics to find the best match from the href parameter.
The JJHE instance representing the link element. The <link> is accessible via .ref
Creates a
<link>element for prefetching or preloading resources.