search

goog.net.XhrManager.Event

Provided By
Extends

An event dispatched by XhrManager.

new Event( type, target, id, xhrIo )

Parameters
typegoog.net.EventType

Event Type.

target(goog.net.XhrManager|null)

Reference to the object that is the target of this event.

idstring

The id of the request this event is for.

xhrIo(goog.net.XhrIo|null)

The XhrIo object of the request.

Instance Methods

Instance Properties