views/sw.js (view raw)
1 2 3 4
self.addEventListener('install', function (event) { console.log('service worker installed') })