Re: [whatwg/streams] Stream Reader: event to detect first byte of each chunk added to internal buffer (#1126)

> So, did i misunderstood something or is it simply impossible to measure correct network throughput with fetch api and the stream reader?

It's worse than that: it's impossible to measure correct network throughput in the browser at all. The browser cannot distinguish between slowness caused by the network and slowness caused by the origin server.

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

Received on Tuesday, 11 May 2021 20:57:35 UTC