The goog.net.BrowserChannel.Event Namespace

goog.net.BrowserChannel.Event {Object}

Events fired by BrowserChannel and associated objects

.SERVER_REACHABILITY_EVENT

The type of event that occurs every time some information about how reachable the server is is discovered.

.STAT_EVENT

Stat Event that fires when things of interest happen that may be useful for applications to know about for stats or debugging purposes. This event fires on the EventTarget returned by getStatEventTarget.

.TIMING_EVENT

An event that fires when POST requests complete successfully, indicating the size of the POST and the round trip time. This event fires on the EventTarget returned by getStatEventTarget.