angular-backoff:angularjs 的指数退避

时间:2021-07-03 13:14:14
【文件属性】:
文件名称:angular-backoff:angularjs 的指数退避
文件大小:5KB
文件格式:ZIP
更新时间:2021-07-03 13:14:14
CoffeeScript 角度回退 angularjs 的指数退避 注意:此模块是由 segmentio 从导入的。 我只是构建了一个用于 Angularjs 的包装器。 安装: bower install angular-backoff与bower安装 用法: 将Backo模块包含到您的应用中 app . module ( 'myApp' , [ 'Backo' ] ) 在您的控制器中 myApp . controller ( 'myCtrl' , function ( $scope , Backoff ) { var backoff = new Backoff ( { min : 100 , max : 20000 } ) ; setTimeout ( function ( ) { something . reconnect ( ) ; } , backoff . duration
【文件预览】:
angular-backoff-master
----bower.json(495B)
----src()
--------angular-backoff.coffee(596B)
----LICENSE(1KB)
----README.md(900B)
----Makefile(203B)
----dist()
--------angular-backoff.min.js(566B)
--------angular-backoff.js(954B)
----.gitignore(12B)
----package.json(516B)

网友评论