Re: [whatwg/encoding] Add TextEncoderStream and TextDecoderStream transform streams (#149)

ricea commented on this pull request.



> + <dd><p>Returns true if <a for=TextDecoderAttributes>error mode</a> is "<code>fatal</code>", and
+ false otherwise.
+
+ <dt><code><var>decoder</var> . <a attribute for=TextDecoderAttributes>ignoreBOM</a></code>
+ <dd><p>Returns true if <a for=TextDecoderAttributes>ignore BOM flag</a> is set, and false
+ otherwise.
+
+ <dt><code><var>decoder</var> . <a attribute for=GenericTransformStream>readable</a></code>
+ <dd>
+  <p>Returns a <a>readable stream</a> whose <a>chunks</a> are strings resulting from running
+  <a for=TextDecoderAttributes>encoding</a>'s <a for=/>decoder</a> on the chunks written to
+  {{GenericTransformStream/writable}}.
+
+ <dt><code><var>decoder</var> . <a attribute for=GenericTransformStream>writable</a></code>
+ <dd>
+  <p>Returns a <a>writable stream</a> which accepts {{BufferSource}} chunks and runs them through

Thanks for catching this. My attempt to fix it (6a65ad5) is ugly, but hopefully between us we can find a way to say it nicely.

-- 
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/encoding/pull/149#discussion_r208215933

Received on Tuesday, 7 August 2018 12:49:54 UTC