Re: [whatwg/encoding] Identity encoding? (#138)

We basically don't want to expand what we consider "text" so supporting these through `TextDecoder` and `TextEncoder` is unlikely to happen.

FWIW, https://infra.spec.whatwg.org/#isomorphic-decode and https://infra.spec.whatwg.org/#isomorphic-encode are those operations within the web platform, but they don't have an exposed API.

We've had requests for `base64` (and maybe `base64url`, don't quite remember) too, but no proposal came forward.

There's also a proposal for gzip streaming, tracked at https://github.com/whatwg/fetch/issues/653.

Perhaps these "non-text" things should form their own set of APIs.

-- 
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/138#issuecomment-384693661

Received on Thursday, 26 April 2018 15:55:30 UTC