higepon wrote: > Is it possible cross-site proxy object comes and my code doesn't work > on the Firefox 3(not Beta)?
But if you want to be safe, instead of the instanceof check you could use getInterface(Components.interfaces.nsIXMLHttpRequest), which should hopefully work with both the proxy and without. -Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
