pokerogue/service-worker.js
2024-04-10 13:11:43 -04:00

4 lines
98 B
JavaScript

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