-
-
Save cramforce/4e794b645483c41aabc0 to your computer and use it in GitHub Desktop.
link rel preconnect polyfill
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const url = origin + '/amp_preconnect_polyfill?' + Math.random(); | |
| const xhr = new XMLHttpRequest(); | |
| xhr.open('HEAD', url, true); | |
| xhr.send(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
f u