Relocated to ultraviolet-scripts
This commit is contained in:
parent
df1a96cbe5
commit
52de160abf
1 changed files with 0 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
importScripts('./uv.sw.js');
|
|
||||||
|
|
||||||
const sw = new UVServiceWorker();
|
|
||||||
|
|
||||||
self.addEventListener('fetch', event =>
|
|
||||||
event.respondWith(
|
|
||||||
sw.fetch(event)
|
|
||||||
)
|
|
||||||
);
|
|
||||||
Loading…
Add table
Reference in a new issue