Re: [whatwg/xhr] Ensure progress events fired from "process response" always have a valid loaded value (#118)

Sorry, I had forgotten "process response body" got replaced by streams. The same should have happened with "process request body" but that got overlooked. I just filed a bug against Fetch for that.

"Process response" is invoked once from Fetch and then its substeps in 10 are only invoked if new data is read from the stream, so they can't be invoked with no data whatsoever.

-- 
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/xhr/issues/118#issuecomment-281708480

Received on Wednesday, 22 February 2017 15:48:53 UTC