Re: [fetch] Service worker request body reads need to invoke callbacks (#87)

Well, currently we report progress on XMLHttpRequest when the bits are sent to the OS to go on the wire.  Always doing it on the stream read is not equivalent.  I think we have to break equivalence for the interception case, but for a fetch() that is not intercepted it seems we could still report when it goes to the OS.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/87#issuecomment-124555835

Received on Friday, 24 July 2015 15:17:29 UTC