- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 22 Feb 2017 07:48:19 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 February 2017 15:48:53 UTC
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