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 --- files/ja/web/api/bytestring/index.html | 43 ---------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 files/ja/web/api/bytestring/index.html (limited to 'files/ja/web/api/bytestring') 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 ---- -
{{APIRef("DOM")}}
- -

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

- -

仕様書

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

関連情報

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