URI:
       each google result about serviceworkers is different from each other - webgbcam - [fork] gameboy webcam
  HTML git clone git://src.adamsgaard.dk/webgbcam
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9d17ed9bca55ffac9d32ea3d6d46126e6298c7ec
   DIR parent b565e9d1e34eff6091e52ef589bd377cb526c2e8
  HTML Author: Erin Pinheiro <hello@mynameiser.in>
       Date:   Wed, 24 Aug 2022 18:17:30 -0300
       
       each google result about serviceworkers is different from each other
       
       Diffstat:
         M sw.js                               |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/sw.js b/sw.js
       @@ -33,7 +33,9 @@ self.addEventListener('activate', function(event) {
                }
              }));
                        })
       -        );
       +        ).then(function () {
       +                return self.clients.claim();
       +        });
        });
        
        // The fetch handler serves responses for same-origin resources from a cache.