Javascript – Second request is not waiting the first requests response via fetch api in Firefox
I have a very strange behavior in Firefox. The code as you can see below. As soon as the the first request's response returned, the header is enriched and the second request is sent. But I see in server logs…