Skip to content

Getting errors when I run ionic serve --lab #8

@scottycoupa

Description

@scottycoupa

[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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions