MCPcopy Create free account
hub / github.com/idank/explainshell / createActiveXHR

Function createActiveXHR

explainshell/web/static/js/jquery.js:8445–8449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8443}
8444
8445function createActiveXHR() {
8446 try {
8447 return new window.ActiveXObject("Microsoft.XMLHTTP");
8448 } catch( e ) {}
8449}
8450
8451// Create the request object
8452// (This is still attached to ajaxSettings for backward compatibility)

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected