HTML5 added a prefetch function to allow you preload a web page or source (image, video, everything...).
The prefetch api uses a link tag and with rel attribute set to 'prefetch'.
<link href="http://yourdomain.com/nextpage" rel="prefetch" />
HTML5 added a prefetch function to allow you preload a web page or source (image, video, everything...).
The prefetch api uses a link tag and with rel attribute set to 'prefetch'.
<link href="http://yourdomain.com/nextpage" rel="prefetch" />