- From: Andreu Botella <notifications@github.com>
- Date: Thu, 16 Jul 2020 05:32:47 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 16 July 2020 12:32:59 UTC
@andreubotella commented on this pull request. > -<p>A <dfn id=concept-stream>stream</dfn> represents an ordered sequence of -<a>tokens</a>. <dfn>End-of-stream</dfn> is a special -<a>token</a> that signifies no more -<a>tokens</a> are in the -<a for=/>stream</a>. +<p>To <dfn>create an I/O queue</dfn>, return a new <a for=/>I/O queue</a> Here I was trying to take algorithms defined to take "one or more tokens" and split them into two algorithms that took an item and a sequence. But maybe I should try and merge both overloads into one algorithm. -- 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#discussion_r455750448
Received on Thursday, 16 July 2020 12:32:59 UTC