mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
self.addEventListener("fetch", function(event) {
|
|
event.respondWith(fetch(event.request));
|
|
});
|