skiddoo-ng-abortable-requests

WebJar for skiddoo-ng-abortable-requests

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

skiddoo-ng-abortable-requests
Последняя версия

Последняя версия

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

skiddoo-ng-abortable-requests
WebJar for skiddoo-ng-abortable-requests
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать skiddoo-ng-abortable-requests

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Модули Проекта

Данный проект не имеет модулей.

###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

Версии библиотеки

Версия
1.1.1