Re: [fetch] um... blasphemy but... what about .xml() ? (#151)

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