技术栈
esmascript
WaterRec
1 年前
javascript
·
webapi
·
esmascript
Fetch设置超时请求
promise + fetch + AbortController + setTimeOut这段代码实现: 返回成功打印, 返回失败捕获, 无限制超时时间. 假设限制超时间为3000ms, 需要怎么写呢?