mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 16:26:25 +00:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
|
self.addEventListener('install', function () {
|
||
|
console.log('Service worker installing...');
|
||
|
});
|