In JavaScript I am using fetch()
to download large files.
Is there a way to get a download progress indicator while using fetch()
, like a percentage or number of bytes downloaded?
In JavaScript I am using fetch()
to download large files.
Is there a way to get a download progress indicator while using fetch()
, like a percentage or number of bytes downloaded?