Test/node_modules/pwacompat/demo/sw.js
2026-04-09 22:54:00 +07:00

5 lines
109 B
JavaScript

self.addEventListener('fetch', () => {
// literally does nothing
});
console.info('SW for test running');