Skip to content

es6里面,class的定义会导致涵数遍历不出来,然后proxy没用了 #30

@Daley

Description

@Daley
class ChatRemote {
        test() {
        }
        aa = "1";
}
var chat = new ChatRemote();
for(var n in chat){
        console.log("ff",n);
}

test涵数,用for in 遍历不出

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions