SyntaxFix
Write A Post
Hire A Developer
Questions
Use arrow function:
Request.prototype.start = () => { if( this.stay_open == true ) { this.open({msg: 'listen'}); } else { } };