文件名称:p-wait-for:等待条件为真
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-21 04:35:46
JavaScript
p-等待
等待条件为真
对轮询很有用。
安装
$ npm install p-wait-for
用法
import pWaitFor from 'p-wait-for' ;
import pathExists from 'path-exists' ;
await pWaitFor ( ( ) => pathExists ( 'unicorn.png' ) ) ;
console . log ( 'Yay! The file now exists.' ) ;
原料药
pWaitFor(条件,选项?)
返回一个Promise ,当condition返回true时解决。 如果condition抛出或返回拒绝的Promise ,则拒绝。
状况
类型: Function
预期会返回Promise
【文件预览】:
p-wait-for-main
----.gitignore(23B)
----package.json(843B)
----.npmrc(19B)
----index.js(936B)
----test.js(1KB)
----.github()
--------workflows()
----license(1KB)
----readme.md(1KB)
----index.test-d.ts(367B)
----.gitattributes(19B)
----.editorconfig(175B)
----index.d.ts(1009B)