- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 01 Mar 2016 06:21:07 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 1 March 2016 14:21:40 UTC
Just promise objects. The individual promises fulfilled with each chunk are not retained. Instead it's just a long chain of pending promises resolved to the next item in the chain, until the last promise is finally fulfilled. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/227#issuecomment-190739242
Received on Tuesday, 1 March 2016 14:21:40 UTC