# HG changeset patch # User Yaroslav Zhuravlev # Date 1607084773 0 # Node ID e203e1106fb235d2eac8133a4914e88a471c5ea1 # Parent 5cd72684e5b8e11ba2ac7435f4ec159cab892c11 Removed TextEncoder.prototype.encoding in njs. diff -r 5cd72684e5b8 -r e203e1106fb2 xml/en/docs/njs/compatibility.xml --- a/xml/en/docs/njs/compatibility.xml Thu Dec 03 12:28:46 2020 +0000 +++ b/xml/en/docs/njs/compatibility.xml Fri Dec 04 12:26:13 2020 +0000 @@ -9,7 +9,7 @@
@@ -833,7 +833,6 @@ TextEncoder methods (0.4.3): -encoding, encode, encodeInto diff -r 5cd72684e5b8 -r e203e1106fb2 xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml Thu Dec 03 12:28:46 2020 +0000 +++ b/xml/en/docs/njs/reference.xml Fri Dec 04 12:26:13 2020 +0000 @@ -9,7 +9,7 @@
+ rev="58">
@@ -882,11 +882,6 @@ that will generate a byte stream with UTF-8 encoding. -TextEncoder.prototype.encoding - -Returns “utf-8”, read-only. - - TextEncoder.prototype.encode(string) Encodes string into a Uint8Array diff -r 5cd72684e5b8 -r e203e1106fb2 xml/ru/docs/njs/compatibility.xml --- a/xml/ru/docs/njs/compatibility.xml Thu Dec 03 12:28:46 2020 +0000 +++ b/xml/ru/docs/njs/compatibility.xml Fri Dec 04 12:26:13 2020 +0000 @@ -9,7 +9,7 @@
@@ -829,7 +829,6 @@ Методы TextEncoder (0.4.3): -encoding, encode, encodeInto diff -r 5cd72684e5b8 -r e203e1106fb2 xml/ru/docs/njs/reference.xml --- a/xml/ru/docs/njs/reference.xml Thu Dec 03 12:28:46 2020 +0000 +++ b/xml/ru/docs/njs/reference.xml Fri Dec 04 12:26:13 2020 +0000 @@ -9,7 +9,7 @@
+ rev="58">
@@ -789,11 +789,6 @@ который создаёт поток данных в кодировке UTF-8. -TextEncoder.prototype.encoding - -Возвращает “utf-8”, только для чтения. - - TextEncoder.prototype.encode(строка) Кодирует строку в Uint8Array,