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

@annevk thanks for clearing that up.

@jakearchibald true, that should work.

But I am quite surprised that `res.text()` enforce UTF-8 (I mean it doesn't convert other encoding into UTF-8, just blindly assume it's UTF-8 content).

I would think, and that's mostly my uninformed opinion, users will prefer browser to handle that encoding conversion, instead of having to think about webpage in terms of arrayBuffer.

---
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-237496208

Received on Thursday, 4 August 2016 09:08:41 UTC