Searched refs:readyState (Results 1 – 2 of 2) sorted by relevance
78 if (xhr.readyState != 4 ||
455 if ( document.readyState === "complete" ) {933 if ( document.readyState === "complete" ) {7316 readyState: 0, property7393 jqXHR.readyState = status > 0 ? 4 : 0;7621 jqXHR.readyState = 1;8019 if ( isAbort || !script.readyState || /loaded|complete/.test( script.readyState ) ) {8174 if ( callback && ( isAbort || xhr.readyState === 4 ) ) {8190 if ( xhr.readyState !== 4 ) {8242 if ( !s.async || xhr.readyState === 4 ) {