Javascript – How to get Fetch API promise to resolve as soon as possible?
TL;DR: I expected the fetch API to resolve once the full HTTP response header was sent, but it is taking 8000ms for some reason. I have a server using Express to respond to HTTP requests. It doesn't give a single…