In an ajax call I make to the server in a report generation function I'm encountering a situation.
In the body of the request I send a small array, with 20 positions, everything happens normally, but when I send a heavier request, with about 7400 positions in the array, the request does not even reach the server.
I'm using the axios library and am doing the front end in VueJS
My question is:
When a heavy request is made, does Chrome or any other browser block or does the library block?