From fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 9 Sep 2021 00:49:39 +0000 Subject: [CRON] sync translated content --- files/fr/web/api/bytestring/index.html | 38 --------------------- .../reference/global_objects/string/index.html | 39 ++++++++++++++++++++++ 2 files changed, 39 insertions(+), 38 deletions(-) delete mode 100644 files/fr/web/api/bytestring/index.html create mode 100644 files/fr/web/javascript/reference/global_objects/string/index.html (limited to 'files/fr/web') diff --git a/files/fr/web/api/bytestring/index.html b/files/fr/web/api/bytestring/index.html deleted file mode 100644 index 48cb5b812d..0000000000 --- a/files/fr/web/api/bytestring/index.html +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: ByteString -slug: Web/API/ByteString -tags: - - API - - DOM - - Reference - - WebIDL -translation_of: Web/API/ByteString ---- -
{{APIRef("DOM")}}
- -

ByteString est une chaîne de caractères en UTF-8 qui contient l'ensemble des séquences d'octets possibles. ByteString correspond à une chaîne de caractères (type {{jsxref("String")}}) lorsqu'il est manipulé en JavaScript. En général, cet objet est uniquement utilisé dans l'interfaçage de protocoles qui utilisent les octets et les chaînes de façon interchangeable (HTTP par exemple).

- -

Spécifications

- - - - - - - - - - - - - - -
SpécificationÉtatCommentaires
{{SpecName('WebIDL', '#idl-ByteString', 'ByteString')}}{{Spec2('WebIDL')}}Définition initiale.
- -

Voir aussi

- - diff --git a/files/fr/web/javascript/reference/global_objects/string/index.html b/files/fr/web/javascript/reference/global_objects/string/index.html new file mode 100644 index 0000000000..808d99008b --- /dev/null +++ b/files/fr/web/javascript/reference/global_objects/string/index.html @@ -0,0 +1,39 @@ +--- +title: ByteString +slug: Web/JavaScript/Reference/Global_Objects/String +tags: + - API + - DOM + - Reference + - WebIDL +translation_of: Web/API/ByteString +original_slug: Web/API/ByteString +--- +
{{APIRef("DOM")}}
+ +

ByteString est une chaîne de caractères en UTF-8 qui contient l'ensemble des séquences d'octets possibles. ByteString correspond à une chaîne de caractères (type {{jsxref("String")}}) lorsqu'il est manipulé en JavaScript. En général, cet objet est uniquement utilisé dans l'interfaçage de protocoles qui utilisent les octets et les chaînes de façon interchangeable (HTTP par exemple).

+ +

Spécifications

+ + + + + + + + + + + + + + +
SpécificationÉtatCommentaires
{{SpecName('WebIDL', '#idl-ByteString', 'ByteString')}}{{Spec2('WebIDL')}}Définition initiale.
+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf