- From: Mattias Buelens <notifications@github.com>
- Date: Tue, 21 Apr 2026 13:30:38 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/streams/pull/1369/c4291574446@github.com>
MattiasBuelens left a comment (whatwg/streams#1369) Encoding uses the following terms [(source)](https://encoding.spec.whatwg.org/#index-defined-elsewhere): - GenericTransformStream - ReadableStream - TransformStream - chunk - enqueue - flushAlgorithm - pipeThrough(transform) - readable - readable stream - set up - transform - transformAlgorithm - writable - writable stream Fetch uses the following terms [(source)](https://fetch.spec.whatwg.org/#index-defined-elsewhere): - ReadableStream - ReadableStreamDefaultReader - TransformStream - cancel - cancelAlgorithm - chunk steps - close - close steps - creating a proxy - disturbed - enqueue (for ReadableStream) - enqueue (for TransformStream) - error - error steps - errored - flushAlgorithm - get a reader - getReader() - getting a reader - identity transform stream - locked - piped through - pull from bytes - pullAlgorithm - read a chunk - read all bytes - read request - readable - set up - set up with byte reading support - teeing - transformAlgorithm Those all look fine to me. Do we have tools to find which specifications use definitions from a specific standard? I know about [WebDex](https://dontcallmedom.github.io/webdex/r.html#ReadableStream%40%40%40%40interface) to find which specifications reference a *specific concept*, but there doesn't seem to be a way to just list all concepts from a single specification and then show which other specifications use those concepts. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1369?email_source=notifications&email_token=ACLYVMOEU7ZGAFNBIIZ77NL4W7K65A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMRZGE2TONBUGQ3KM4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOS2XA4S7MNXW23LFNZ2F633QMVXF6Y3MNFRWW#issuecomment-4291574446 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1369/c4291574446@github.com>
Received on Tuesday, 21 April 2026 20:30:42 UTC