Skip to content

Instantly share code, notes, and snippets.

@HunterLarco
Last active July 22, 2020 16:07
Show Gist options
  • Save HunterLarco/84965cff63fedb26f0cda9b3d03f7e11 to your computer and use it in GitHub Desktop.
Save HunterLarco/84965cff63fedb26f0cda9b3d03f7e11 to your computer and use it in GitHub Desktop.
function appendCacheInvalidation(url) {
const parsed = new URL(url);
parsed.searchParams.set('sutraCachedInvalidation', (1e16 * Math.random()).toString(16));
return parsed.toString();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment