- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 20 May 2026 11:11:03 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 May 2026 18:11:06 UTC
@noamr commented on this pull request.
>
- <li><p>Set <a>this</a>'s <a for=TextDecoderCommon>ignore BOM</a> to
- <var>options</var>["{{TextDecoderOptions/ignoreBOM}}"].
+<div algorithm>
+<p>To <dfn export>set up a text decoder stream</dfn> <var>stream</var>, given a
+{{TextDecoderStream}} stream, an optional [=/encoding=] <var>encoding</var> (default <a>UTF-8</a>),
+an optional <a for=/>error mode</a> <var>errorMode</var> (default "<code>replacement</code>"), and
+an optional boolean <var>ignoreBOM</var> (default false), run these steps:
+<ol>
Fixed
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/pull/364#discussion_r3276132707
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/encoding/pull/364/review/4331035865@github.com>
Received on Wednesday, 20 May 2026 18:11:06 UTC