Guest User

Untitled

a guest
Dec 14th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. const cacheVersion = 1;
  2. const currentCaches = {
  3. font: `font-cache-v${cacheVersion}`
  4. };
  5. //Starter example, caching some files
  6. const cacheUrls = [
  7. '/',
  8. '/js/app.js',
  9. '/fonts/roboto/Roboto-Regular.woff2'
  10. ];
Add Comment
Please, Sign In to add comment