search

goog.net.BrowserChannel

Provided By

Encapsulates the logic for a single BrowserChannel.

new BrowserChannel( opt_clientVersion, opt_firstTestResults, opt_secondTestResults, opt_asyncTest )

Parameters
opt_clientVersionstring=

An application-specific version number that is sent to the server when connected.

opt_firstTestResults(Array<string>|null)=

Previously determined results of the first browser channel test.

opt_secondTestResultsboolean=

Previously determined results of the second browser channel test.

opt_asyncTestboolean=

Whether to perform the test requests asynchronously. While the test is performed, we'll assume the worst (connection is buffered), in order to avoid delaying the connection until the test is performed.

Instance Methods

Instance Properties

Static Functions

Static Properties

Classes

Enumerations