Closed costinh closed 8 years ago
This is currently not possible, but a very reasonable feature request. Assuming $http
supports cancelling a request, I'll implement this.
You can use the timeout
property of the $http
's config
object.
This has been implemented in 0.5.0: https://github.com/joostvunderink/angular-jsonrpc-client/releases/tag/0.5.0
I couldn't find any info about killing an already started request. Is this possible? Thanks