Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/idank/explainshell
/ createStandardXHR
Function
createStandardXHR
explainshell/web/static/js/jquery.js:8439–8443 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8437
8438
// Functions to create xhrs
8439
function
createStandardXHR() {
8440
try {
8441
return
new
window.XMLHttpRequest();
8442
} catch( e ) {}
8443
}
8444
8445
function
createActiveXHR() {
8446
try {
Callers
1
jquery.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected