goog.net.XmlHttp()
⇒ (GearsHttpRequest | XMLHttpRequest)
Static class for creating XMLHttpRequest objects.
Returns:
(GearsHttpRequest | XMLHttpRequest)
A new XMLHttpRequest object.
|
code » | ||
|
Gets the options to use with the XMLHttpRequest objects obtained using
the static methods.
Returns:
The options.
|
code » | ||
goog.net.XmlHttp.setFactory(factory, optionsFactory)
Use setGlobalFactory instead.
Sets the factories for creating XMLHttpRequest objects and their options.
|
code » | ||
goog.net.XmlHttp.setGlobalFactory(factory)
Sets the global factory object.
Arguments:
|
code » |
|
The global factory instance for creating XMLHttpRequest objects.
|
Code » |