Vue Communicates with the Internet Chapter 14
this.responses[request.id] = this.requests[request.id]
delete this.requests[request.id]
})
.catch(e => {
this.inProgress = false
console.error(e.message)
console.error(this.requests.s)
setTimeout(this.order(event, request), 1000)
})
}
To run this program as intended, open it in Chrome and open the Developer Tools with
Cmd + Opt + I (F12 on Windows):