Skip to content

Instantly share code, notes, and snippets.

@masalib
Created August 12, 2018 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masalib/5a908fec2a5688371e2fdaa06b0d0a0d to your computer and use it in GitHub Desktop.
Save masalib/5a908fec2a5688371e2fdaa06b0d0a0d to your computer and use it in GitHub Desktop.
PWA:Workboxのサンプル1
importScripts('https://storage.googleapis.com/workbox-cdn/releases/3.4.1/workbox-sw.js');
if (workbox) {
console.log(`Yay! Workbox is loaded 🎉`);
} else {
console.log(`Boo! Workbox didn't load 😬`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment