<link rel="prefetch">
Limited availability
The rel="prefetch"
attribute for the <link>
HTML element is a hint to the browser that the user is likely to navigate to a resource, so the browser should preemptively fetch and cache the resource.
Learning resources on MDN
Browser support (view on caniuse.com)
- Chrome ❌
- Chrome Android ❌
- Edge ❌
- Firefox ❌
- Firefox for Android ❌
- Safari ❌
- Safari on iOS ❌
Specifications
- HTML Standard (#link-type-prefetch), from HTML Workstream (WHATWG).