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

@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