Re: [whatwg/encoding] Add Streams support (#72)

> It is much nicer now than how it looked when I had mode-locking.

I still can't see at a glance, either as an API user or as an implementor, what the interaction (if any!) is between the old methods of `TextDecoder` and `TextEncoder` and the new `readable` and `writable` thingies. I don't like figuring this out being a spec reading comprehesion exercise for me (either as an API user or as an implementor).

Making the thingies that are currently `.readable` and `.writable` into standalone-constructible objects would make this a lot clearer. 

-- 
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/72#issuecomment-375626912

Received on Friday, 23 March 2018 11:15:49 UTC