- From: Adam Rice <notifications@github.com>
- Date: Tue, 03 Oct 2017 15:01:37 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 October 2017 15:02:31 UTC
I think having `type` alongside `readableType` and `writableType` would be confusing. Asymmetrical transform streams appear to be useful, with TextEncoder being the canonical example. In which case, we need `readableType: 'bytes'` which would mean not having `type`. We need more experience with byte streams before we can be certain. Since we don't know what is needed yet, maybe we should just leave no extension points at all? Or maybe I'm misunderstanding? -- 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/streams/pull/820#issuecomment-333870591
Received on Tuesday, 3 October 2017 15:02:31 UTC