Last active
March 15, 2018 15:03
-
-
Save jadjoubran/065f763879a3858223bf2d28284b7392 to your computer and use it in GitHub Desktop.
This file contains 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
importScripts('https://storage.googleapis.com/workbox-cdn/releases/3.0.0/workbox-sw.js'); | |
console.log('this is my custom service worker'); | |
workbox.precaching.precacheAndRoute([]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment