diff options
author | MDN <actions@users.noreply.github.com> | 2021-09-09 00:49:39 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-09-09 00:49:39 +0000 |
commit | fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb (patch) | |
tree | c194112508d253c64aebf8273cb8566fceaf8697 /files/ja/conflicting/web | |
parent | d6e1ef64cdf9b8592a58a30725c208753729b08a (diff) | |
download | translated-content-fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb.tar.gz translated-content-fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb.tar.bz2 translated-content-fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ja/conflicting/web')
-rw-r--r-- | files/ja/conflicting/web/javascript/reference/global_objects/string/index.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/files/ja/conflicting/web/javascript/reference/global_objects/string/index.html b/files/ja/conflicting/web/javascript/reference/global_objects/string/index.html new file mode 100644 index 0000000000..904fd7d989 --- /dev/null +++ b/files/ja/conflicting/web/javascript/reference/global_objects/string/index.html @@ -0,0 +1,44 @@ +--- +title: ByteString +slug: conflicting/Web/JavaScript/Reference/Global_Objects/String +tags: + - API + - ByteString + - DOM + - DOM Reference + - Reference + - String + - WebIDL + - インターフェイス +translation_of: Web/API/ByteString +original_slug: 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> |