Fetch API request timeout?
I have a fetch-api POST request:
fetch(url, {
method: 'POST',
body: formData,
credentials: 'include'
})
I want to know what is the default timeout for this? and how can we set it to a partic...
https://stackoverflow.com/questions/46946380/fetch-api-request-timeout