frontend/webretro/pwa-sw.js
2023-09-29 20:25:17 -04:00

2 lines
133 B
JavaScript

self.addEventListener("fetch", function(e) {}); /* not actually caching anything. just a dummy service worker so we can install. */