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 ---------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 files/fr/web/api/bytestring/index.html (limited to 'files/fr/web/api') 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

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