MCPcopy Create free account
hub / github.com/unconed/TermKit / createActiveXHR

Function createActiveXHR

HTML/jquery.js:7744–7748  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7742}
7743
7744function createActiveXHR() {
7745 try {
7746 return new window.ActiveXObject( "Microsoft.XMLHTTP" );
7747 } catch( e ) {}
7748}
7749
7750// Create the request object
7751// (This is still attached to ajaxSettings for backward compatibility)

Callers 1

jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected