文件名称:when:使用 setInterval 循环直到条件为真
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-25 05:05:01
grim-repo-ignore JavaScript
什么时候 使用setInterval循环直到条件为真。 我们使用它来测试第三方库是否已将正确的全局变量加载到window 。 不是很好,我知道。 有更好的主意吗? 安装 $ npm install do-when $ component install segmentio/when 应用程序接口 当(条件,回调,[间隔=10]) 当condition返回真值时,调用callback 。 检查每个interval毫秒,默认为10 。 when ( function ( ) { return window . someLibrary !== undefined ; } , function ( ) { doStuff ( ) ; } ) ; 执照 麻省理工学院
【文件预览】:
when-master
----circle.yml(432B)
----Readme.md(758B)
----test()
--------index.test.js(1KB)
----History.md(466B)
----Makefile(1KB)
----component.json(398B)
----.gitignore(16B)
----index.js(668B)
----package.json(443B)