The method of XMLHttpRequest could be overridden by using:
window.XMLHttpRequest.prototype.open = function (method, uri) { ... }
Could I override the "open" method of ActiveXObject('msxml2.xmlhttp')?
The method of XMLHttpRequest could be overridden by using:
window.XMLHttpRequest.prototype.open = function (method, uri) { ... }
Could I override the "open" method of ActiveXObject('msxml2.xmlhttp')?