Update serviceWorker.js

This commit is contained in:
yorkeking 2023-04-04 00:18:26 +08:00 committed by GitHub
parent d2783e6413
commit 5072d5a83e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,3 +11,4 @@ self.addEventListener("install", function (event) {
}),
);
});
self.addEventListener("fetch", (e) => {});