summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-10-02 14:42:55 -0700
committerJames M Snell <jasnell@gmail.com>2017-10-23 21:12:56 -0700
commit7f9eb4c29c38e2c49209230ebf29aa486aed9aca (patch)
tree52978f26dafb7386c26998048d92af998562cae2 /doc/api/util.md
parentb8bc652869683cfb9a22fc4a1b8780d376fff429 (diff)
downloadandroid-node-v8-7f9eb4c29c38e2c49209230ebf29aa486aed9aca.tar.gz
android-node-v8-7f9eb4c29c38e2c49209230ebf29aa486aed9aca.tar.bz2
android-node-v8-7f9eb4c29c38e2c49209230ebf29aa486aed9aca.zip
util: graduate TextEncoder/TextDecoder, tests
Add tests ported from Web Platform Tests. Graduate TextEncoder / TextDecoder from experimental PR-URL: https://github.com/nodejs/node/pull/15743 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index c0ca4b930d..6619ee2ad6 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -551,8 +551,6 @@ see [Custom promisified functions][].
added: v8.3.0
-->
-> Stability: 1 - Experimental
-
An implementation of the [WHATWG Encoding Standard][] `TextDecoder` API.
```js
@@ -690,8 +688,6 @@ mark.
added: v8.3.0
-->
-> Stability: 1 - Experimental
-
An implementation of the [WHATWG Encoding Standard][] `TextEncoder` API. All
instances of `TextEncoder` only support UTF-8 encoding.