goog.labs.net.webChannel.WebChannelDebug
Provided By |
---|
Logs and keeps a buffer of debugging info for the Channel.
new WebChannelDebug()
Parameters | None. |
---|
Instance Methods
expand_more
this.browserOfflineResponse( url ) → void
void
Logs that the browser went offline during the lifetime of a request.
Parameters |
|
---|
expand_more
this.debug( text ) → void
void
expand_more
this.disableRedact() → void
void
Turns off redact.
expand_more
this.dumpException( e, opt_msg ) → void
void
expand_more
this.info( text ) → void
void
expand_more
this.severe( text ) → void
void
expand_more
this.timeoutResponse( uri ) → void
void
expand_more
this.warning( text ) → void
void
expand_more
this.xmlHttpChannelRequest( verb, uri, id, attempt, postData ) → void
void
expand_more
this.xmlHttpChannelResponseMetaData( verb, uri, id, attempt, readyState, statusCode ) → void
void
Logs the meta data received from an XmlHttp request.
Parameters |
|
---|
expand_more
this.xmlHttpChannelResponseText( id, responseText, opt_desc ) → void
void