Variable XMLHttpRequest
XMLHttpRequest: {
DONE: 4;
HEADERS_RECEIVED: 2;
LOADING: 3;
OPENED: 1;
prototype: XMLHttpRequest;
UNSENT: 0;
new (): XMLHttpRequest;
}
DONE: 4;
HEADERS_RECEIVED: 2;
LOADING: 3;
OPENED: 1;
prototype: XMLHttpRequest;
UNSENT: 0;
new (): XMLHttpRequest;
}
Type declaration
- new (): XMLHttpRequest
Returns XMLHttpRequest
ReadonlyDONE: 4ReadonlyHEADERS_RECEIVED: 2ReadonlyLOADING: 3ReadonlyOPENED: 1prototype: XMLHttpRequest
ReadonlyUNSENT: 0