Skip to content
Advertisement

How can I get the onDownloadProgress percentage with axios get method?

Here is my code :

JavaScript

And this is the console.log :

JavaScript

I get infinity while trying to get the get method progress event . How can I get the exact percentage for the axios get method ?

Advertisement

Answer

I solved the issue by using another api for get request . Simply the jsonplaceholder api doesn’t have progress value for the get request .

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement