Re: [whatwg/encoding] Rename Encoding's "streams" to "I/O queues" (#215)

@andreubotella commented on this pull request.



>  
  <li><p>If <var>potentialError</var> is <a>error</a>, return failure.
 
+ <li><p><a for="I/O queue">Push</a> <a>end-of-queue</a> into <var>output</var>.

Do we push in the failure case too? For the case of an XML parser with the tokenizer running in parallel from the decoding, we wouldn't want the tokenizer to process the end-of-queue token before the document is blown away, even in cases where the tokenizer wouldn't error (say, inside a comment after the root element's end tag).

-- 
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/215#pullrequestreview-482275867

Received on Friday, 4 September 2020 00:00:56 UTC