Lines Matching defs:statusText
335 statusText: 'n/a',
570 // support for XHR 'status' & 'statusText' emulation :
573 xhr.statusText = docRoot.getAttribute('statusText') || xhr.statusText;
583 // support for XHR 'status' & 'statusText' emulation :
585 xhr.statusText = ta.getAttribute('statusText') || xhr.statusText;
636 errMsg = xhr.statusText;