channelrequest.js
No description.

File Location

/goog/net/channelrequest.js

Classes

goog.net.ChannelRequest
Creates a ChannelRequest object which encapsulates a request to the server. A new ChannelRequest is created for each request to the server.

Public Protected Private

Enumerations

Global Functions

goog.net.ChannelRequest.errorStringFromCode(errorCodestatusCode) string
Returns a useful error string for debugging based on the specified error code.
Arguments:
errorCode : goog.net.ChannelRequest.Error
The error code.
statusCode : number
The HTTP status code.
Returns: string  The error string for the given code combination.
code »
goog.net.ChannelRequest.supportsXhrStreaming() boolean
Returns whether XHR streaming is supported on this browser. If XHR streaming is not supported, we will try to use an ActiveXObject to create a Forever IFrame.
Returns: boolean  Whether XHR streaming is supported.
code »

Directory net

File Reference