pokerogue/service-worker.js

4 lines
98 B
JavaScript

self.addEventListener('install', function () {
console.log('Service worker installing...');
});