Re: [w3ctag/design-reviews] TextEncoderStream and TextDecoderStream (#282)

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