Articles tagged: postMessage
Found 4 documents
- Web/API/Client/postMessage The Client.postMessage() method of the Client interface allows a service worker client to send a ...
- Web/API/DedicatedWorkerGlobalScope/postMessage The postMessage() method of the DedicatedWorkerGlobalScope interface sends a message to the main ...
- Web/API/MessagePort/postMessage The postMessage() method of the MessagePort interface sends a message from the port, and ...
- Web/API/Worker/postMessage The postMessage() method of the Worker interface sends a message to the worker's inner scope. ...