Restructuing
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// 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', () => {
|
||||
});
|
||||
Reference in New Issue
Block a user