rikmms / progress-bar-4-axios

Slim progress bar (NProgress) for Web applications that use Axios library for HTTP requests
MIT License
246 stars 32 forks source link

Load not ending on FIREFOX when returning http 204 with no content #23

Open leopucci opened 2 years ago

leopucci commented 2 years ago

Hi. Thanks for your lib. There is an issue that the Load Keep on the screen on Firefox version 92.0 image

So the response was http 204 OK, the axios flow was done. image

The server answered with NO_CONTENT res.status(httpStatus.NO_CONTENT).send(); image

This does not happen on CHROME, just on FIREFOX