corsxmlhttpfactory.js
No description.

File Location

/goog/net/corsxmlhttpfactory.js

Classes

goog.net.CorsXmlHttpFactory
A factory of XML http request objects that supports cross domain requests. This class should be instantiated and passed as the parameter of a goog.net.XhrIo constructor to allow cross-domain requests in every browser.
goog.net.IeCorsXhrAdapter
An adapter around Internet Explorer's XDomainRequest object that makes it look like a standard XMLHttpRequest. This can be used instead of XMLHttpRequest to support CORS.

Directory net

File Reference