Re: [whatwg/fetch] Add a textStream() method to the Body mixin (PR #1862)

reillyeon left a comment (whatwg/fetch#1862)

If an HTTP response includes a `Content-Type` header with `charset` to something other than `utf-8` should this method use that when decoding the byte stream to a text stream? It seems like in some other places we explicitly say that `charset` is ignored and the data is decoded as UTF-8 so we probably need something similar here to disambiguate.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1862#issuecomment-4492065700
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1862/c4492065700@github.com>

Received on Tuesday, 19 May 2026 21:10:02 UTC