Lines Matching refs:status
12 XHR_PROPS = ['status', 'statusText', 'responseText', 'responseXML'],
184 transaction.c = { status: 0, statusText: transaction.e };
254 * transaction. Response status and data are accessible, if
288 * Signals an HTTP response with status in the 2xx range.
306 * Signals an HTTP response with status outside of the 2xx range.
459 * or failure, based on the response HTTP status code, and fires the
469 var status;
471 // an XHR object's status property, after a request is aborted.
473 status = transaction.c.status;
475 status = 0;
479 if (status >= 200 && status < 300 || status === 304 || status === 1223) {
571 * <dd>Fires when the HTTP response status is within the 2xx
574 * <dd>Fires when the HTTP response status is outside the 2xx
816 <dd>Fires when the HTTP response status is within the 2xx
819 <dd>Fires when the HTTP response status is outside the 2xx