Closed
Description
var xhr = new XMLHttpRequest();
xhr.onload = function (event) {
this.response // Not found
this.getResponseHeader // Not found
// etc
};
index.ts(30,47): error TS2339: Property 'response' does not exist on type 'XMLHttpRequestEventTarget'.
index.ts(34,16): error TS2339: Property 'getResponseHeader' does not exist on type 'XMLHttpRequestEventTarget'.