JavaScript download of large files causes next requests to stay in pending
Problem: When trying to download large files from backend all requests that come afterwards are in pending status until download is done / canceled. This issue persist in same browser window, if I open another browser or same one in incognito I can navigate through UI without any issue (indicating that backend is blocked and can response to new requests)