# HG changeset patch # User Yaroslav Zhuravlev # Date 1607084773 0 # Node ID e203e1106fb235d2eac8133a4914e88a471c5ea1 # Parent 5cd72684e5b8e11ba2ac7435f4ec159cab892c11 Removed TextEncoder.prototype.encoding in njs. diff --git a/xml/en/docs/njs/compatibility.xml b/xml/en/docs/njs/compatibility.xml --- a/xml/en/docs/njs/compatibility.xml +++ b/xml/en/docs/njs/compatibility.xml @@ -9,7 +9,7 @@
@@ -833,7 +833,6 @@ methods TextEncoder methods (0.4.3): -encoding, encode, encodeInto diff --git a/xml/en/docs/njs/reference.xml b/xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml +++ b/xml/en/docs/njs/reference.xml @@ -9,7 +9,7 @@
+ rev="58">
@@ -882,11 +882,6 @@ Returns a newly constructed Tex 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 --git a/xml/ru/docs/njs/compatibility.xml b/xml/ru/docs/njs/compatibility.xml --- a/xml/ru/docs/njs/compatibility.xml +++ b/xml/ru/docs/njs/compatibility.xml @@ -9,7 +9,7 @@
@@ -829,7 +829,6 @@ ES5.1 global functions: Методы TextEncoder (0.4.3): -encoding, encode, encodeInto diff --git a/xml/ru/docs/njs/reference.xml b/xml/ru/docs/njs/reference.xml --- a/xml/ru/docs/njs/reference.xml +++ b/xml/ru/docs/njs/reference.xml @@ -9,7 +9,7 @@
+ rev="58">
@@ -789,11 +789,6 @@ 4 который создаёт поток данных в кодировке UTF-8. -TextEncoder.prototype.encoding - -Возвращает “utf-8”, только для чтения. - - TextEncoder.prototype.encode(строка) Кодирует строку в Uint8Array,