HTML5 Web Messaging
This section contains the API for HTML5 Web Messaging, which includes channel messaging and ports.
In this section
| Topic | Description |
|---|---|
|
Provides a two way asynchronous messaging through two related ports enabling intra, and inter-window communication. | |
|
Provides an object where messages can be sent and received through a MessageChannel. | |
|
Closes a MessagePort from an existing MessageChannel. | |
|
Sends messages between two connected MessagePorts in a MessageChannel. | |
|
Sends a cross-document message. | |
|
Allows the MessagePort to begin receiving messages. | |
|
Returns the first MessagePort object of a MessageChannel object. | |
|
Returns the second MessagePort object of a MessageChannel object. |
Show: