summary refs log tree commit diff
path: root/testFrontend/SafeNSound.Frontend/wwwroot/service-worker.js
blob: fe614daee090c3308424ce6733afdeb094840740 (plain) (blame)
1
2
3
4
// In development, always fetch from the network and do not enable offline support.
// This is because caching would make development more difficult (changes would not
// be reflected on the first load after each change).
self.addEventListener('fetch', () => { });