We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa5839 commit ff7a27dCopy full SHA for ff7a27d
1 file changed
active/uv.js
@@ -0,0 +1,8 @@
1
+importScripts('/active/uv/uv.bundle.js');
2
+importScripts('/active/uv/uv.config.js');
3
+importScripts('/active/uv/uv.sw.js');
4
+importScripts('https://arc.io/arc-sw-core.js');
5
+
6
+const sw = new UVServiceWorker();
7
8
+self.addEventListener('fetch', (event) => event.respondWith(sw.fetch(event)));
0 commit comments