[15:45:59] lint finished in 3.57 s
[15:46:01] typescript: src/pages/signup/signup.ts, line: 115
Property 'status' does not exist on type 'XMLHttpRequestEventTarget'.
L114: xhr.onload = function (e) {
[15:46:01] typescript: src/pages/signup/signup.ts, line: 116
L115: if (this.status === 200) {
L116: var myBlob = this.response;
Property 'response' does not exist on type 'XMLHttpRequestEventTarget'.
L115: if (this.status === 200) {
L116: var myBlob = this.response;
L117: // myBlob is now the blob that the object URL pointed to.
[15:45:59] lint finished in 3.57 s
[15:46:01] typescript: src/pages/signup/signup.ts, line: 115
Property 'status' does not exist on type 'XMLHttpRequestEventTarget'.
[15:46:01] typescript: src/pages/signup/signup.ts, line: 116
L115: if (this.status === 200) {
L116: var myBlob = this.response;