From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/domstring/index.html | 43 +++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 files/ja/web/api/domstring/index.html (limited to 'files/ja/web/api/domstring/index.html') diff --git a/files/ja/web/api/domstring/index.html b/files/ja/web/api/domstring/index.html new file mode 100644 index 0000000000..d894a1992b --- /dev/null +++ b/files/ja/web/api/domstring/index.html @@ -0,0 +1,43 @@ +--- +title: DOMString +slug: Web/API/DOMString +tags: + - API + - DOM + - Reference + - String +translation_of: Web/API/DOMString +--- +
{{APIRef("DOM")}}
+ +

DOMString は、UTF-16 の文字列です。 JavaScript では同様の文字列を用いるため、 DOMString は直接 {{jsxref("String")}} に対応づけられます。

+ +

DOMString を受け付けるメソッドや引数に {{jsxref("null")}} を渡すと、一般的に "null" として文字列化します。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('WebIDL', '#idl-DOMString', 'DOMString')}}{{Spec2('WebIDL')}}
+ +

関連情報

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