xmlhttp.js
No description.

File Location

/goog/net/xmlhttp.js

Classes

goog.net.DefaultXmlHttpFactory
Default factory to use when creating xhr objects. You probably shouldn't be instantiating this directly, but rather using it via goog.net.XmlHttp.

Public Protected Private

Enumerations

Global Functions

goog.net.XmlHttp() !goog.net.XhrLike.OrNative
Static class for creating XMLHttpRequest objects.
Returns: !goog.net.XhrLike.OrNative  A new XMLHttpRequest object.
code »
goog.net.XmlHttp.getOptions() Object
Gets the options to use with the XMLHttpRequest objects obtained using the static methods.
Returns: Object  The options.
code »
goog.net.XmlHttp.setFactory(factoryoptionsFactory)
Use setGlobalFactory instead. Sets the factories for creating XMLHttpRequest objects and their options.
Arguments:
factory : Function
The factory for XMLHttpRequest objects.
optionsFactory : Function
The factory for options.
code »
goog.net.XmlHttp.setGlobalFactory(factory)
Sets the global factory object.
Arguments:
factory : !goog.net.XmlHttpFactory
New global factory object.
code »

Directory net

File Reference