ng-http-cancel:可取消的 $http 包装器

时间:2024-06-29 18:59:44
【文件属性】:

文件名称:ng-http-cancel:可取消的 $http 包装器

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-29 18:59:44

JavaScript

ng-http-取消 可取消的 $http 包装器。 安装 bower install ng-http-cancel --save 用法 var deferred = $q . defer ( ) ; var promise = ngHttpCancel . get ( '/api/v1/foo' ) ; promise . then ( function ( result ) { // do things } , function ( reason ) { if ( reason == 'canceled' ) { deferred . reject ( 'A timeout occurred trying to GET /api/v1/foo!' ) ; } else { deferred . reject ( reason ) ; } } )


【文件预览】:
ng-http-cancel-master
----.travis.yml(163B)
----index.js(2KB)
----package.json(693B)
----gulpfile.js(365B)
----index.spec.js(3KB)
----.gitignore(45B)
----karma.conf.js(2KB)
----README.md(818B)
----bower.json(475B)

网友评论