Correct bad change

This commit is contained in:
GRL
2021-08-27 11:12:23 +02:00
parent 833c15b2d5
commit a195870cfb
3 changed files with 16 additions and 9 deletions
+10 -3
View File
@@ -48,6 +48,13 @@ self.addEventListener('fetch', function(event) {
);*/
});
self.addEventListener('activate', function(event) {
//TODO activate service worker
});
self.addEventListener('wait', function(event) {
//TODO wait
});
self.addEventListener('update', function(event) {
//TODO update
});
self.addEventListener('beforeinstallprompt', (e) => {
//TODO change prompt