I always thought there is no way to track upload progress with fetch. Here my idea: I can pass a ReadableStream as body. Can I track upload progress through a proxy stream? At the moment I am using XMLHttpRequest just for tracking upload requests. But the XMLHttpRequest is annoying to handle and hard to read #WebDev #JavaScript
This is how https://github.com/samundrak/fetch-progress does it for download #WebDev #JavaScript
@noim I‘d like to know too