Today we can find many examples of sending message from a service worker to a client, but always following the reception of a message
event in the service worker.
I would like to know if we can send messages independently of this event? And if yes, how? I tried few things, without success...
In my case, it's for redirect a client to a new page when my service worker receives a push
event.