Messaging - Web documentation

Interfaces

I
v
BroadcastChannel
No documentation available
I
BroadcastChannelEventMap
No documentation available
I
v
MessageChannel

The MessageChannel interface of the Channel Messaging API allows us to create a new message channel and send data through it via its two MessagePort properties.

I
v
MessagePort

The MessagePort interface of the Channel Messaging API represents one of the two ports of a MessageChannel, allowing messages to be sent from one port and listening out for them arriving at the other.

I
MessagePortEventMap
No documentation available