I
v
BroadcastChannel
No documentation available
I
BroadcastChannelEventMap
No documentation available
I
v
MessageChannel
The MessageChannel interface of the Channel Messaging API allows us tocreate a new message channel and send data through it via its two MessagePortproperties.
I
v
MessagePort
The MessagePort interface of the Channel Messaging API represents one of thetwo ports of a MessageChannel, allowing messages to be sent from one port andlistening out for them arriving at the other.
I
MessagePortEventMap
No documentation available