Files
ChronoCCG/Chrono/Standalone/wwwroot/service-worker.js
T
2026-07-05 17:14:19 -04:00

5 lines
228 B
JavaScript

// In development, always fetch from the network and do not cache.
// This is appropriate during development as the service worker will wake up and fetch resources from the network.
self.addEventListener('fetch', () => {
});