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 --- .../reference/global_objects/string/index.html | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 files/ja/conflicting/web/javascript/reference/global_objects/string/index.html (limited to 'files/ja/conflicting/web/javascript/reference/global_objects') 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 +--- +
{{APIRef("DOM")}}
+ +

ByteString は UTF-8 の文字列であり、一連のすべての可能性があるバイトの並びです。 ByteString は一般に JavaScript に返されるときに {{jsxref("String")}} に対応します。一般に、 HTTP などのバイト列と文字列を交換できるようなプロトコルにのみ使用されます。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('WebIDL', '#idl-ByteString', 'ByteString')}}{{Spec2('WebIDL')}}初回定義
+ +

関連情報

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