文件名称:p-any:等待任何诺言兑现
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-14 21:16:34
JavaScript
- 等待任何诺言兑现 当您需要最快的承诺时很有用。 您可能希望使用它而不是Promise.race() 。 有了 ,现在有了一个内置的方法。 该软件包的好处是它具有取消功能。 安装 $ npm install p-any 用法 检查3个网站,并最快记录日志。 const got = require ( 'got' ) ; const pAny = require ( 'p-any' ) ; ( async ( ) => { const first = await pAny ( [ got . head ( 'https://github.com' ) . then ( ( ) => 'github' ) , got . head ( 'https://google.com' ) . then ( ( ) => 'google' ) , got . head (
【文件预览】:
p-any-main
----index.test-d.ts(550B)
----.gitattributes(19B)
----.github()
--------funding.yml(91B)
--------workflows()
----test.js(1KB)
----license(1KB)
----index.d.ts(1KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(416B)
----readme.md(2KB)
----package.json(847B)