Welcome to mirror list, hosted at ThFree Co, Russian Federation.

service-worker.js « wwwroot « Client « EmptyComponentsWebAssembly-CSharp « content « Web.ProjectTemplates « ProjectTemplates « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe614daee090c3308424ce6733afdeb094840740 (plain)
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', () => { });