Guest User

Untitled

a guest
Jul 17th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. workbox.routing.registerRoute(
  2. new RegExp('https://static.domain.com/css/.*'),
  3. workbox.strategies.staleWhileRevalidate({cacheName: 'static-css-v0'}),
  4. );
  5.  
  6. https://static.domain.com/css/style.css?1
  7.  
  8. /css/style.css
Add Comment
Please, Sign In to add comment