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

Function createStandardXHR

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

Source from the content-addressed store, hash-verified

9089
9090// Functions to create xhrs
9091function createStandardXHR() {
9092 try {
9093 return new window.XMLHttpRequest();
9094 } catch( e ) {}
9095}
9096
9097function createActiveXHR() {
9098 try {

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…