Files
2025-08-26 17:15:46 -04:00

2 lines
112 B
JavaScript

// always fetch from the network and do not enable offline support
self.addEventListener('fetch', () => { });