Commit 3c258757 by libai

测试

parent 23b0af94
Showing with 1 additions and 0 deletions
......@@ -10,6 +10,7 @@ self.addEventListener('install', (e) => {
self.addEventListener('fetch', (e) => {
// console.log(e.request.url);
console.log(1)
e.respondWith(
caches.match(e.request).then((response) => response || fetch(e.request)),
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment