- From: Hashbrown777 <notifications@github.com>
- Date: Thu, 10 Jul 2025 21:35:54 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 11 July 2025 04:36:01 UTC
Hashbrown777 left a comment (whatwg/fetch#1254) > Right now the only way to achieve this would be to write my own desktop application It definitely wouldnt be the only way if you're developing the backend too. In which case you could split the request into two tandem async fetch's for the upload and response data. But yes in that scenario it would require actual engineering whichever way you choose (whether that's bespoke client app for duplex http or bespoke server code for syncing/relaying between the two requests) instead of my thinking you might've just wanted a progress bar for the upload (where the above would just drop in). -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1254#issuecomment-3060477584 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1254/3060477584@github.com>
Received on Friday, 11 July 2025 04:36:01 UTC