Skip to content

Instantly share code, notes, and snippets.

@osvaldasvalutis
Created October 2, 2017 07:39
Show Gist options
  • Save osvaldasvalutis/cc07c59e3746b39627213648a8444be5 to your computer and use it in GitHub Desktop.
Save osvaldasvalutis/cc07c59e3746b39627213648a8444be5 to your computer and use it in GitHub Desktop.
if(criticalResources.includes(url.pathname))
addToCache(criticalsCacheName, request, responseCopy);
else if(type.startsWith('image'))
addToCache(imagesCacheName, request, responseCopy);
else
addToCache(otherCacheName, request, responseCopy);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment