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.
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.