How do I check my download progress in Chrome?
Display Your Chrome Downloads
Alternatively, you can use the "My Downloads" keyboard command. Press Ctrl + J (hold down the Ctrl key and the J key at the same time) to accomplish the same result and display the download list.
How to get download progress in JavaScript?
To track download progress, we can use response. body property. It's a ReadableStream – a special object that provides body chunk-by-chunk, as it comes. Readable streams are described in the Streams API specification.