简体中文
主题
.timeout(milliseconds)
Infinity
import { request } from 'keq' try { await request .get('/cat') .timeout(1000) } catch (err) { console.log(err) }