- From: Dennis Richter <notifications@github.com>
- Date: Fri, 12 Sep 2025 04:14:54 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 12 September 2025 11:14:58 UTC
richterdennis left a comment (whatwg/fetch#607) Has there been any progress on simple progress events for uploads? As it stands, the upload-progress via streams + byte-flow tracking is really problematic because of internal buffering, what gets tracked are the read bytes, not what’s actually sent over the network. This means "bytes read" could be very different from "bytes transmitted" giving a misleading view of progress. Also, stream uploading (and thus upload tracking) doesn’t work for HTTP/1.1 and will be not implemented as far as I know. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/607#issuecomment-3284856113 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/607/3284856113@github.com>
Received on Friday, 12 September 2025 11:14:58 UTC