Skip to content

Instantly share code, notes, and snippets.

@BrockReece
Created June 21, 2016 14:47
Show Gist options
  • Save BrockReece/7548b385bf49554b4af25f90c596b294 to your computer and use it in GitHub Desktop.
Save BrockReece/7548b385bf49554b4af25f90c596b294 to your computer and use it in GitHub Desktop.
this.$http.post(this.resource, data, {
beforeSend(xhr) {
if (this.lastRequest) {
this.lastRequest.cancel()
}
this.lastRequest = xhr
},
}).then(response => {
//do something with request
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment