thermo-pwa/app/static/sw.js

5 lines
110 B
JavaScript
Raw Permalink Normal View History

2020-08-07 16:12:24 +00:00
// install event
self.addEventListener('install', evt => {
console.log('service worker installed');
});