Home
last modified time | relevance | path

Searched refs:readyState (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dindex.html.tpl78 if (xhr.readyState != 4 ||
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js455 if ( document.readyState === "complete" ) {
933 if ( document.readyState === "complete" ) {
7316 readyState: 0, property
7393 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 ) {