Articles tagged: Channel messaging
Found 11 documents
- Web/API/Channel_Messaging_API The Channel Messaging API allows two separate scripts running in different browsing contexts ...
- Web/API/Channel_Messaging_API/Using_channel_messaging The Channel Messaging API allows two separate scripts running in different browsing contexts ...
- Web/API/MessageChannel/MessageChannel The MessageChannel() constructor of the MessageChannel interface returns a new MessageChannel ...
- Web/API/MessageChannel/port1 The port1 read-only property of the MessageChannel interface returns the first port of the ...
- Web/API/MessageChannel/port2 The port2 read-only property of the MessageChannel interface returns second port of the message ...
- 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 ...
- Web/API/PortCollection