Re: [whatwg/fetch] Does the spec suggest Fetch can only handle UTF-8 content? (#353)

```js
response.arrayBuffer().then(buffer =>
  new TextDecoder(format).decode(buffer)
);
```

---
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/fetch/issues/353#issuecomment-237476765

Received on Thursday, 4 August 2016 07:39:52 UTC