Revela-Frontend/public/sw.js
2022-09-15 18:39:00 -04:00

7 lines
219 B
JavaScript

importScripts("./uv/uv.bundle.js");
importScripts("./uv/uv.config.js");
importScripts("./uv/uv.sw.js");
const sw = new UVServiceWorker();
self.addEventListener("fetch", (event) => event.respondWith(sw.fetch(event)));