記得RxJS 甚至還幫你做好的一個名為 timeout 的Operator: const source$ = Rx.Observable .of(42) .delay(5000) .timeout(200, new Error('408 ...
確定! 回上一頁