MCPcopy Create free account
hub / github.com/TruthHun/BookStack / createStandardXHR

Function createStandardXHR

static/jquery/1.12.4/jquery.js:10346–10350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10344
10345// Functions to create xhrs
10346function createStandardXHR() {
10347 try {
10348 return new window.XMLHttpRequest();
10349 } catch ( e ) {}
10350}
10351
10352function createActiveXHR() {
10353 try {

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected