postMessage
The postMessage()
method of the Client interface allows a service worker to send a message to a client (a Window, Worker, or SharedWorker).
The postMessage()
method of the Client interface allows a service worker to send a message to a client (a Window, Worker, or SharedWorker).