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: 4
- ReadonlyHEADERS_RECEIVED: 2
- ReadonlyLOADING: 3
- ReadonlyOPENED: 1
- prototype: XMLHttpRequest
- ReadonlyUNSENT: 0