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

> the association with the implicit transformer means that something that's participating in this hierarchy has to somehow implement the magical isTransformStream. This type can't be meaninfully subclassed in script. Why is this hierarchy welded shut? What are the extension points to make a BYO transform stream type?

This isn't correct. You can easily subclass TransformStream; try it in your browser to see! The hierarchy is open to anyone to extend.

-- 
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-442503359

Received on Wednesday, 28 November 2018 16:09:20 UTC