Search solved, aprove envent and remove from home the serviceworker

This commit is contained in:
Eudes Inácio
2023-08-15 18:09:03 +01:00
parent ae2701cbcd
commit 61a2b78eec
6 changed files with 422 additions and 345 deletions
+2 -2
View File
@@ -124,12 +124,12 @@ export class HomePage implements OnInit {
}
navigator.serviceWorker.ready.then((registration) => {
/* navigator.serviceWorker.ready.then((registration) => {
console.log('yes please')
registration.active.postMessage(
"Test message sent immediately after creation",
);
});
}); */
}