Files
Polaris/static/uv/sw.js
T
2024-09-16 01:44:06 +00:00

10 lines
285 B
JavaScript

// UV Transports
importScripts('/epoxy/index.js');
importScripts('/uv/uv.bundle.js');
importScripts('/uv/uv.config.js');
importScripts(__uv$config.sw || '/uv/uv.sw.js');
const sw = new UVServiceWorker();
self.addEventListener('fetch', (event) => event.respondWith(sw.fetch(event)));