Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
The context is lost, use an arrow function.
SaveData(){
setInterval(() => {
alert("Save")
var json_messages = JSON.stringify(this.messages)
var json_accounts = JSON.stringify(this.accounts)
axios.get("https://twitchchatbots.top/backend/save_data.php?token="+this.Token()+"&messages="+json_messages+"&accounts="+json_accounts)
}, 10000)
},
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question