Skip to content

Instantly share code, notes, and snippets.

@cramforce
Created November 2, 2015 03:23
Show Gist options
  • Select an option

  • Save cramforce/c5d8ae62be229291e421 to your computer and use it in GitHub Desktop.

Select an option

Save cramforce/c5d8ae62be229291e421 to your computer and use it in GitHub Desktop.
const prefetch = document.createElement('link');
prefetch.setAttribute('rel', 'prefetch');
prefetch.setAttribute('href', url);
document.head.appendChild(prefetch);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment