ember-task-scheduler:安排任务以尝试在浏览器上保持60 FPS速率

时间:2024-06-17 02:59:56
【文件属性】:

文件名称:ember-task-scheduler:安排任务以尝试在浏览器上保持60 FPS速率

文件大小:249KB

文件格式:ZIP

更新时间:2024-06-17 02:59:56

JavaScript

任务计划程序 信息 用于安排任务以尝试在浏览器上保持60 FPS的速率。 在ember-cli应用程序中安装 在您应用程序的目录中: ember install ember-task-scheduler 用法 // Inject the service @ service scheduler ; // To schedule a callback you can use the same syntax as with Ember.run. this . scheduler . schedule ( this , 'method' , arg1 , arg2 ) ; // To schedule a unique method. this . scheduler . scheduleOnce ( this , 'method' , arg1 , arg2 ) ; // You c


【文件预览】:
ember-task-scheduler-master
----.gitignore(399B)
----app()
--------services()
----.huskyrc.js(111B)
----package.json(4KB)
----jsconfig.json(153B)
----LICENSE.md(1KB)
----.watchmanconfig(37B)
----.travis.yml(1KB)
----CONTRIBUTING.md(632B)
----index.js(663B)
----CHANGELOG.md(1KB)
----addon()
--------services()
----testem.js(495B)
----.eslintrc.js(932B)
----README.md(3KB)
----vendor()
--------performance-polyfill.js(547B)
--------.gitkeep(0B)
----tests()
--------dummy()
--------integration()
--------unit()
--------helpers()
--------.eslintrc.js(112B)
--------index.html(1KB)
--------test-helper.js(234B)
----config()
--------optional-features.json(34B)
--------ember-try.js(1KB)
--------environment.js(89B)
----.eslintignore(240B)
----.commitlintrc.js(68B)
----.ember-cli(280B)
----ember-cli-build.js(490B)
----greenkeeper.json(46B)
----.npmignore(500B)
----.releaserc(265B)
----.editorconfig(452B)
----yarn.lock(589KB)
----.template-lintrc.js(605B)

网友评论