perhaps bonghits will fix my serviceworker - webgbcam - [fork] gameboy webcam
HTML git clone git://src.adamsgaard.dk/webgbcam
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b565e9d1e34eff6091e52ef589bd377cb526c2e8
DIR parent e18abc21b796816fe3ab0657439386fea33ebbf9
HTML Author: Erin Pinheiro <hello@mynameiser.in>
Date: Wed, 24 Aug 2022 18:05:11 -0300
perhaps bonghits will fix my serviceworker
Diffstat:
M index.html | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/index.html b/index.html
@@ -74,6 +74,7 @@
.then(function(registration) {
// Registration was successful
console.log('ServiceWorker registration successful with scope: ', registration.scope);
+ registration.update();
}, function(err) {
// registration failed :(
console.log('ServiceWorker registration failed: ', err);