9 lines
283 B
JavaScript
9 lines
283 B
JavaScript
importScripts("/libcurl/index.js");
|
|
importScripts("/epoxy/index.js");
|
|
importScripts("/uv/uv.bundle.js");
|
|
importScripts("/uv.config.js");
|
|
importScripts(__uv$config.sw);
|
|
|
|
const sw = new UVServiceWorker();
|
|
|
|
self.addEventListener("fetch", (event) => event.respondWith(sw.fetch(event)));
|