没有合适的资源?快使用搜索试试~ 我知道了~
timed-promise:定时承诺的ember-cli插件
共43个文件
js:12个
gitkeep:11个
json:3个
需积分: 5 0 下载量 29 浏览量
2021-05-22
23:39:08
上传
评论
收藏 20KB ZIP 举报
温馨提示
灰烬定时的承诺 这是Ember.RSVP.Promise的扩展,它允许用户设置一个Timer,如果未及时解决,它将拒绝诺言。 它内部使用ES6语法和babel编译为ES5友好代码 基本用法 它的工作方式与普通的Promise相似,只是它接受一个时间(以ms为单位),并以Promise / jQuery Deferred作为输入和自定义消息错误(默认为“超过ms时间”)。 Ember.RSVP.Promise let prom = new Ember . RSVP . Promise ( ( resolve , reject ) => { Ember . run . later ( function ( ) { resolve ( { response : true } ) ; } , 150 ) ; // This will delay the pr
资源推荐
资源详情
资源评论
收起资源包目录
timed-promise-master.zip (43个子文件)
timed-promise-master
.travis.yml 265B
.ember-cli 280B
testem.json 170B
vendor
.gitkeep 0B
addon
timed-promise.js 506B
.gitkeep 0B
config
environment.js 90B
index.js 91B
package.json 1KB
Brocfile.js 738B
.bowerrc 60B
tests
test-helper.js 112B
index.html 960B
unit
ember-timed-promise_test.js 3KB
.gitkeep 0B
dummy
config
environment.js 1KB
app
models
.gitkeep 0B
templates
application.hbs 52B
components
.gitkeep 0B
routes
.gitkeep 0B
index.html 614B
controllers
.gitkeep 0B
views
.gitkeep 0B
components
.gitkeep 0B
styles
app.css 0B
app.js 420B
router.js 186B
helpers
.gitkeep 0B
public
robots.txt 41B
crossdomain.xml 603B
integration
integration_test.js 2KB
.jshintrc 865B
helpers
resolver.js 253B
start-app.js 522B
LICENSE 1KB
app
.gitkeep 0B
.npmignore 135B
LICENSE.md 1KB
.gitignore 247B
README.md 2KB
.jshintrc 518B
bower.json 556B
.editorconfig 543B
共 43 条
- 1
资源评论
张一库
- 粉丝: 37
- 资源: 4677
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功