mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Add demo sw (#3301)
This commit is contained in:
parent
e91f4567c2
commit
483f82e554
@ -0,0 +1,3 @@
|
|||||||
|
self.addEventListener("fetch", function(event) {
|
||||||
|
event.respondWith(fetch(event.request));
|
||||||
|
});
|
Loading…
x
Reference in New Issue
Block a user