MCPcopy Create free account
hub / github.com/JsAaron/jQuery / createActiveXHR

Function createActiveXHR

1.7/ajax/xhr.js:20–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20function createActiveXHR() {
21 try {
22 return new window.ActiveXObject( "Microsoft.XMLHTTP" );
23 } catch( e ) {}
24}
25
26// Create the request object
27// (This is still attached to ajaxSettings for backward compatibility)

Callers 1

xhr.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected