i am using XMLHttpRequest inside a class:
XMLHttpRequest
xhr.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) {