/home/tywatomy/www/KodExplorer-master/static/others/app/sw.js
const cacheName = 'kodcloud';
const staticAssets = [];
self.addEventListener('install', async e => {
});
self.addEventListener('activate', e => {
self.clients.claim();
});
self.addEventListener('fetch', async e => {
});
Anon7 — 2022 •
AnonSec Team