Searched defs:status (Results 1 - 2 of 2) sorted by relevance
/yui3/src/io/as/com/yui/util/ |
H A D | io.as | 125 o.c = { status: 0, statusText: e.type }; 128 o.c = { status: 0, statusText: 'Security Violation.' };
|
/yui3/src/io/js/ |
H A D | io-base.js | 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; [all...] |
Completed in 30 milliseconds