mirror of https://github.com/Askill/thermo-pwa.git
5 lines
110 B
JavaScript
5 lines
110 B
JavaScript
|
|
|
||
|
|
// install event
|
||
|
|
self.addEventListener('install', evt => {
|
||
|
|
console.log('service worker installed');
|
||
|
|
});
|