pokerogue/public/service-worker.js
2024-05-02 11:37:06 -04:00

4 lines
98 B
JavaScript

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