- From: Jake Archibald <notifications@github.com>
- Date: Mon, 02 Nov 2015 00:34:38 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 2 November 2015 08:35:10 UTC
Dupe of https://github.com/whatwg/fetch/issues/16 A method that took a stream… ```js fetch(url).then(r => parseDoc(r.body)).then(doc => …) ``` …or a transform stream would be a better solution here. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/151#issuecomment-152951273
Received on Monday, 2 November 2015 08:35:10 UTC