Relocated to ultraviolet-scripts

This commit is contained in:
Caracal.js 2022-03-16 21:30:49 -04:00 committed by GitHub
parent df1a96cbe5
commit 52de160abf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +0,0 @@
importScripts('./uv.sw.js');
const sw = new UVServiceWorker();
self.addEventListener('fetch', event =>
event.respondWith(
sw.fetch(event)
)
);