- From: Alex Russell <notifications@github.com>
- Date: Tue, 04 Dec 2018 15:21:50 +0000 (UTC)
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 4 December 2018 15:22:15 UTC
Thanks for the note on subclassing `TransformStream`, @domenic! Glad to see it works; I was more concerned with `TransformStreamDefaultController`, tho. Do you think the arguments here around not enabling subclassing of it hold water?
@ricea: yes, I was surprised to see:
```js
class TransformStreamDefaultController {
constructor() // always throws
...
```
Given what you've shown above re: identity streams, what's the argument for preventing subclassing?
On updated, examples, thanks. Looking forward to it.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/282#issuecomment-444138157
Received on Tuesday, 4 December 2018 15:22:15 UTC