Closure Library API Documentation
Go to class or file:
messaging.js
No description.
Useful links
Source Code
Git
File Location
/goog/messaging/messaging.js
Public
Protected
Private
Global Functions
goog.messaging.
pipe
(
channel1
,
channel2
)
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