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

So my reading is that this spec change would make each `TextDecoder` wrap two decoders that have distinct state and each `TextEncoder` wrap two encoders that have distinct state.

I think this is bizarre and confusing design that optimized for the wrong thing (low number of WebIDL symbols on the global object) and opposed to comprehensible API.

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

Received on Friday, 23 March 2018 11:21:58 UTC