This part setTimeout(()=>{reject(new Error('Request timed out'))}, 4000) creates a timeout with setTimeout, which takes a callback that triggers ...
確定! 回上一頁