5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
self.addEventListener('fetch', () => {
|
|
// literally does nothing
|
|
});
|
|
|
|
console.info('SW for test running');
|