messaging.js
No description.

File Location

/goog/messaging/messaging.js


Public Protected Private

Global Functions

goog.messaging.pipe(channel1channel2)
Creates a bidirectional pipe between two message channels.
Arguments:
channel1 : goog.messaging.MessageChannel
The first channel.
channel2 : goog.messaging.MessageChannel
The second channel.
code »

Directory messaging

File Reference