- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 26 Apr 2018 15:54:55 +0000 (UTC)
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 26 April 2018 15:55:30 UTC
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