[whatwg/encoding] TextDecoder and TextDecoderStream could share more concepts (#212)

I think the commit that added the streams API only consolidated what was needed to define the shared getters, but it seems to me that they both have a decoder and stream that are of the same type so those could be put on TextDecoderCommon as well.

Not doing this as part of #175 as that's getting rather big already and would be nice if @ricea could confirm.

-- 
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/encoding/issues/212

Received on Wednesday, 13 May 2020 04:09:19 UTC