Variable XMLHttpRequest

XMLHttpRequest: {
    DONE: 4;
    HEADERS_RECEIVED: 2;
    LOADING: 3;
    OPENED: 1;
    UNSENT: 0;
    prototype: XMLHttpRequest;
    new (): XMLHttpRequest;
}

Type declaration