Re: [whatwg/streams] Add an abstraction to pull from buffer into ReadableStream (PR #1263)

Well, yes, but we have [length](https://infra.spec.whatwg.org/#byte-sequence-length). And I feel less bad about using common-sense definitions if the base type is well-defined. So:

- We can use [length](https://infra.spec.whatwg.org/#byte-sequence-length) instead of size
- We can use "Append" because it's straightforwardly clear
- For "Extract", I'd feel better if we broke it down into "Let x be the first Y bytes of Z", "Remove the first Y bytes from Z". Then the common-sense definitions are very clear.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1263#issuecomment-1491399028
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/pull/1263/c1491399028@github.com>

Received on Friday, 31 March 2023 06:49:19 UTC