ffetch addon that allows setting a timeout for the request.
when the timeout is reached, the request will be aborted
and the promise will be rejected with a TimeoutError
note: it is important to put this addon as the last one,
otherwise other middlewares might be counted towards the timeout
ffetch addon that allows setting a timeout for the request. when the timeout is reached, the request will be aborted and the promise will be rejected with a TimeoutError
note: it is important to put this addon as the last one, otherwise other middlewares might be counted towards the timeout