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

Function createStandardXHR

2.1.1/test/jquery-1.11.1.js:9715–9719  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9713
9714// Functions to create xhrs
9715function createStandardXHR() {
9716 try {
9717 return new window.XMLHttpRequest();
9718 } catch( e ) {}
9719}
9720
9721function createActiveXHR() {
9722 try {

Callers 1

jquery-1.11.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected