pagekit / vue-resource

The HTTP client for Vue.js
MIT License
10.08k stars 1.6k forks source link

request.abort() is not there #742

Open vaasav-kumar opened 4 years ago

vaasav-kumar commented 4 years ago

as per documentation abort() must be there . but abort() is missing in request.js do we need to update version >1.5.1 ?

or is there any other way to cancel current request ?