Articles tagged: MessagePort
Found 6 documents
- Web/API/Channel_Messaging_API/Using_channel_messaging The Channel Messaging API allows two separate scripts running in different browsing contexts ...
- Web/API/MessagePort The MessagePort interface of the Channel Messaging API represents one of the two ports of a ...
- Web/API/MessagePort/close The close() method of the MessagePort interface disconnects the port, so it is no longer active. ...
- Web/API/MessagePort/onmessage The onmessage event handler of the MessagePort interface is an EventListener, called whenever an ...
- Web/API/MessagePort/postMessage The postMessage() method of the MessagePort interface sends a message from the port, and ...
- Web/API/MessagePort/start The start() method of the MessagePort interface starts the sending of messages queued on the ...