mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
fix: bugs
This commit is contained in:
parent
91ae6bb107
commit
b98bf909fb
4 changed files with 18 additions and 17 deletions
|
|
@ -4,27 +4,27 @@ import { register } from "register-service-worker";
|
|||
|
||||
register(`${process.env.BASE_URL}service-worker.js`, {
|
||||
ready() {
|
||||
console.log(
|
||||
"App is being served from cache by a service worker.\n" +
|
||||
"For more details, visit https://goo.gl/AFskqB"
|
||||
);
|
||||
// console.log(
|
||||
// "App is being served from cache by a service worker.\n" +
|
||||
// "For more details, visit https://goo.gl/AFskqB"
|
||||
// );
|
||||
},
|
||||
registered() {
|
||||
console.log("Service worker has been registered.");
|
||||
// console.log("Service worker has been registered.");
|
||||
},
|
||||
cached() {
|
||||
console.log("Content has been cached for offline use.");
|
||||
// console.log("Content has been cached for offline use.");
|
||||
},
|
||||
updatefound() {
|
||||
console.log("New content is downloading.");
|
||||
// console.log("New content is downloading.");
|
||||
},
|
||||
updated() {
|
||||
console.log("New content is available; please refresh.");
|
||||
// console.log("New content is available; please refresh.");
|
||||
},
|
||||
offline() {
|
||||
console.log(
|
||||
"No internet connection found. App is running in offline mode."
|
||||
);
|
||||
// console.log(
|
||||
// "No internet connection found. App is running in offline mode."
|
||||
// );
|
||||
},
|
||||
error(error) {
|
||||
console.error("Error during service worker registration:", error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue