I know that with cypress you can throttle the response but I need to be able to throttle a request that is requested from my client-side Javascript before it is requested. So far I haven't found anything and the resource I found on stack overflow seems to not work.
Source I found that no longer works. Can you throttle requests rather than responses in Cypress?