Searched refs:xhr (Results 1 – 1 of 1) sorted by relevance
8011 jQuery.ajaxSettings.xhr = window.ActiveXObject ?8025 (function( xhr ) { argument8027 ajax: !!xhr,8028 cors: !!xhr && ( "withCredentials" in xhr )8030 })( jQuery.ajaxSettings.xhr() );8045 var xhr = s.xhr(),8052 xhr.open( s.type, s.url, s.async, s.username, s.password );8054 xhr.open( s.type, s.url, s.async );8060 xhr[ i ] = s.xhrFields[ i ];8065 if ( s.mimeType && xhr.overrideMimeType ) {[all …]