Ok, so I want to increase the timeout
(say to 10 mins) of the fetch API for one of my PATCH request.
So far I only found a way how to decrease it with here with AbortController
Fetch API request timeout?
Is that something that browser has a full control of?
Should I search for alternatives such as axios, ajax
?