pokerogue/service-worker.js

4 lines
98 B
JavaScript
Raw Normal View History

2024-04-09 03:22:15 +00:00
self.addEventListener('install', function () {
console.log('Service worker installing...');
});