現在Vue.jsを使用してアプリケーションを作成しております。

その中でaxiosを使用しAPIでクライアント側から画像をアップロードしてサーバー側にて画像に加工を行いその加工した画像をレスポンスで受けるという仕組みを作成致しました。

その処理を非同期で行うと処理は高速化したのですがFirefoxの場合のみ大量に画像をアップロードすると10画像程度でレスポンスを受けられなくなるという現象が発生しております。

chrome等他のブラウザでは発生しません。

コンソールでは特にエラーが出ていないのですがこの現象を回避する方法をご存知の方がいらっしゃるでしょうか?

よろしくお願い致します

We are currently using Vue.js to create applications.

Among them, we created a mechanism that uses axios to upload images from the client side via API, processing on images on the server side, and receiving the processed images with responses.

Processing speeded up when doing that processing asynchronously, but in the case of Firefox only when uploading a large number of images uploading images can not receive responses in about 10 images has occurred.

It does not occur in other browsers such as chrome.

There are no particular errors on the console, but do you know how to avoid this phenomenon?