On 3/5/2013 12:11 PM, Boris Zbarsky wrote:
Peter has suggested making Components.interfaces.nsIXMLHttpRequest ==
window.XMLHttpRequest, for what it's worth.
Yes. I think this shim could be implemented entirely in JS:
window.Components = { interfaces: { nsIXMLHttpRequest:
window.XMLHttpRequest } };
with a bit of additional getters-spamming console.warn if we really wanted.
--BDS
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform