aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/bytestring
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-09-09 00:49:39 +0000
committerMDN <actions@users.noreply.github.com>2021-09-09 00:49:39 +0000
commitfdc77da2ba02ff78b23fc129ec7ee20c0fa28afb (patch)
treec194112508d253c64aebf8273cb8566fceaf8697 /files/fr/web/api/bytestring
parentd6e1ef64cdf9b8592a58a30725c208753729b08a (diff)
downloadtranslated-content-fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb.tar.gz
translated-content-fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb.tar.bz2
translated-content-fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb.zip
[CRON] sync translated content
Diffstat (limited to 'files/fr/web/api/bytestring')
-rw-r--r--files/fr/web/api/bytestring/index.html38
1 files changed, 0 insertions, 38 deletions
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
----
-<div>{{APIRef("DOM")}}</div>
-
-<p><strong><code>ByteString</code></strong> est une chaîne de caractères en UTF-8 qui contient l'ensemble des séquences d'octets possibles. <code>ByteString</code> 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).</p>
-
-<h2 id="Spécifications">Spécifications</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">État</th>
- <th scope="col">Commentaires</th>
- </tr>
- <tr>
- <td>{{SpecName('WebIDL', '#idl-ByteString', 'ByteString')}}</td>
- <td>{{Spec2('WebIDL')}}</td>
- <td>Définition initiale.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Voir_aussi">Voir aussi</h2>
-
-<ul>
- <li>{{jsxref("String")}}</li>
- <li><a href="/fr/docs/Web/JavaScript/Typed_arrays/String_view"><code>StringView</code> – une représentation des chaînes de caractères, semblable à celle utilisée par le langage C, basée sur les tableaux typés</a></li>
- <li><a href="/fr/docs/Web/API/DOMString/Binary">Les chaînes binaires</a></li>
-</ul>