In order to provide a clean way to repeat throttled requests (#221385), the client-side fetch service should be extended with a fetch call interceptor.
Currently, there are only options to intercept the moment before and after the call. But from those hooks, it is tricky to repeat a failing request.