aboutsummaryrefslogtreecommitdiff
path: root/files/ja/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/ja/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/ja/web/api/bytestring')
-rw-r--r--files/ja/web/api/bytestring/index.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/files/ja/web/api/bytestring/index.html b/files/ja/web/api/bytestring/index.html
deleted file mode 100644
index b92bb846e3..0000000000
--- a/files/ja/web/api/bytestring/index.html
+++ /dev/null
@@ -1,43 +0,0 @@
----
-title: ByteString
-slug: Web/API/ByteString
-tags:
- - API
- - ByteString
- - DOM
- - DOM Reference
- - Reference
- - String
- - WebIDL
- - インターフェイス
-translation_of: Web/API/ByteString
----
-<div>{{APIRef("DOM")}}</div>
-
-<p><strong><code>ByteString</code></strong> は UTF-8 の文字列であり、一連のすべての可能性があるバイトの並びです。 <code>ByteString</code> は一般に JavaScript に返されるときに {{jsxref("String")}} に対応します。一般に、 HTTP などのバイト列と文字列を交換できるようなプロトコルにのみ使用されます。</p>
-
-<h2 id="Specifications" name="Specifications">仕様書</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">仕様書</th>
- <th scope="col">状態</th>
- <th scope="col">備考</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('WebIDL', '#idl-ByteString', 'ByteString')}}</td>
- <td>{{Spec2('WebIDL')}}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="See_also" name="See_also">関連情報</h2>
-
-<ul>
- <li>JavaScript {{jsxref("String")}}</li>
- <li><a href="/ja/docs/Web/API/DOMString/Binary">バイナリ文字列</a></li>
-</ul>