MCPcopy Create free account
hub / github.com/sql-js/sql.js / createActiveXHR

Function createActiveXHR

documentation/javascript/application.js:9097–9101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9095}
9096
9097function createActiveXHR() {
9098 try {
9099 return new window.ActiveXObject( "Microsoft.XMLHTTP" );
9100 } catch( e ) {}
9101}
9102
9103// Create the request object
9104// (This is still attached to ajaxSettings for backward compatibility)

Callers 1

application.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…