multichannel.js
No description.

File Location

/goog/messaging/multichannel.js

Classes

goog.messaging.MultiChannel
Creates a new MultiChannel wrapping a single MessageChannel. The underlying channel shouldn't have any other listeners registered, but it should be connected. Note that the other side of the channel should also be connected to a MultiChannel with the same number of virtual channels.
goog.messaging.MultiChannel.VirtualChannel
A message channel that proxies its messages over another underlying channel.

Directory messaging

File Reference