Files
node/doc/api
James M Snell ed21cb1774 util: implement WHATWG Encoding Standard API
Provide an (initially experimental) implementation of the WHATWG Encoding
Standard API (`TextDecoder` and `TextEncoder`). The is the same API
implemented on the browser side.

By default, with small-icu, only the UTF-8, UTF-16le and UTF-16be decoders
are supported. With full-icu enabled, every encoding other than iso-8859-16
is supported.

This provides a basic test, but does not include the full web platform
tests. Note: many of the web platform tests for this would fail by default
because we ship with small-icu by default.

A process warning will be emitted on first use to indicate that the
API is still experimental. No runtime flag is required to use the
feature.

Refs: https://encoding.spec.whatwg.org/
PR-URL: https://github.com/nodejs/node/pull/13644
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2017-07-24 14:04:13 -07:00
..
2017-07-06 11:19:34 +08:00
2017-07-06 11:19:34 +08:00
2017-06-26 22:41:01 +03:00
2017-07-19 18:40:42 -04:00
2017-07-03 11:06:36 +02:00
2017-05-30 10:58:31 -07:00
2017-07-23 22:10:59 +03:00
2017-05-30 10:58:31 -07:00
2017-07-19 13:46:33 -07:00
2017-07-09 18:47:35 +02:00
2016-04-20 16:34:27 -07:00
2017-07-02 21:44:46 +02:00
2017-07-06 11:19:34 +08:00
2017-07-23 22:10:59 +03:00
2017-06-28 14:25:37 +02:00
2017-07-14 14:05:59 -07:00
2017-07-21 10:48:38 +08:00
2017-05-23 20:41:13 +02:00
2017-05-09 15:01:44 +02:00
2017-06-14 00:18:59 +02:00
2016-12-20 12:31:09 -08:00
2017-07-23 22:10:59 +03:00
2017-06-14 00:18:59 +02:00