skiddoo-ng-abortable-requests

WebJar for skiddoo-ng-abortable-requests

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

skiddoo-ng-abortable-requests
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

skiddoo-ng-abortable-requests
WebJar for skiddoo-ng-abortable-requests
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/skiddoo/angular-abortable-requests

Download skiddoo-ng-abortable-requests

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/skiddoo-ng-abortable-requests/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>skiddoo-ng-abortable-requests</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/skiddoo-ng-abortable-requests/
implementation 'org.webjars.bower:skiddoo-ng-abortable-requests:1.1.1'
// https://jarcasting.com/artifacts/org.webjars.bower/skiddoo-ng-abortable-requests/
implementation ("org.webjars.bower:skiddoo-ng-abortable-requests:1.1.1")
'org.webjars.bower:skiddoo-ng-abortable-requests:jar:1.1.1'
<dependency org="org.webjars.bower" name="skiddoo-ng-abortable-requests" rev="1.1.1">
  <artifact name="skiddoo-ng-abortable-requests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='skiddoo-ng-abortable-requests', version='1.1.1')
)
libraryDependencies += "org.webjars.bower" % "skiddoo-ng-abortable-requests" % "1.1.1"
[org.webjars.bower/skiddoo-ng-abortable-requests "1.1.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.webjars.bower : angular jar [1,)
org.webjars.bower : angular-mocks jar [1.2.20,1.3)
org.webjars.bower : angular-resource jar [1.2.21,1.3)

Project Modules

There are no modules declared in this project.

###angular-abortable-requests

Abortable AJAX requests in AngularJS Applications

Build Status

Creating $resource and $http which can be aborted efficiently.

####Why?

Large web applications require lots of information to operate. Whether that’s navigating between menus and tabs or just clicking around, the application has to make a lots of Ajax requests to fetch data from the server. Often times the application ultimately doesn’t need all the requests made as it might not be relevant. These requests can potentially trip up the UI as the server may be slow that one request overtakes another making the application process or show stale data. So we need to be able to abort old requests to make the application faster, responsive and show correct information.

More information about the implementation is in this blog post.

####Install using bower bower install angular-abortable-requests

org.webjars.bower

Skiddoo

Versions

Version
1.1.1