mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-23 04:47:19 +00:00
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
self.addEventListener("fetch", (event) => {
|
|
event.respondWith(fetch(event.request));
|
|
});
|