1. 首页
  2. 数据库
  3. 其它
  4. timeable promise:具有超时支持的异步操作的Promise对象 源码

timeable promise:具有超时支持的异步操作的Promise对象 源码

上传者: 2021-02-22 15:51:20上传 ZIP文件 22.98KB 热度 10次
适时的承诺 具有超时支持的异步操作的对象。 安装 $ npm install --save timeable-promise API参考 具有超时支持的异步操作的Promise对象。 参见:例 const { untilSettledOrTimedOut } = require ( 'timeable-promise' ) ; const response = await untilSettledOrTimedOut ( ( resolve , reject , pending ) => { // Promise executor with extra `pending` param t
下载地址
用户评论