aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/javascript/reference
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-16 07:40:12 +0100
committerGitHub <noreply@github.com>2021-11-16 07:40:12 +0100
commitc158335dab5082c3fe07b212ca780172e632b62e (patch)
tree096137b8af0c8fb9921d1962944cc1ee1a7a01f1 /files/fr/web/javascript/reference
parentc93c570f687189570861bdd0ff1c87c49090c29f (diff)
downloadtranslated-content-c158335dab5082c3fe07b212ca780172e632b62e.tar.gz
translated-content-c158335dab5082c3fe07b212ca780172e632b62e.tar.bz2
translated-content-c158335dab5082c3fe07b212ca780172e632b62e.zip
Remove redondant pages due to sync moves from mdn/content and prepare landing page for web (#3112)
Diffstat (limited to 'files/fr/web/javascript/reference')
-rw-r--r--files/fr/web/javascript/reference/global_objects/string/index.html39
1 files changed, 0 insertions, 39 deletions
diff --git a/files/fr/web/javascript/reference/global_objects/string/index.html b/files/fr/web/javascript/reference/global_objects/string/index.html
deleted file mode 100644
index 808d99008b..0000000000
--- a/files/fr/web/javascript/reference/global_objects/string/index.html
+++ /dev/null
@@ -1,39 +0,0 @@
----
-title: ByteString
-slug: Web/JavaScript/Reference/Global_Objects/String
-tags:
- - API
- - DOM
- - Reference
- - WebIDL
-translation_of: Web/API/ByteString
-original_slug: 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>