Re: [whatwg/fetch] FetchObserver (for a single fetch) (#607)

> It's also unreliable for uploads right? Since you're tracking the time the data is taken from the stream, which isn't the same as the data being transferred over the network.

One thing is when data is sent over the wire, and another want is the acknowledge of the received bytes at the other end. They are different counters, and the useful and needed one is the second one, former one can be already computed at application level just by counting how much bytes we are writting on the stream, but we currently don't have a way to know how much bytes has been acknowledged on the receiver side.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/607#issuecomment-1298835689
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/607/1298835689@github.com>

Received on Tuesday, 1 November 2022 17:01:21 UTC