From 4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Wed, 18 Aug 2021 13:29:08 +0900 Subject: orphaned/Web/API/NavigatorID を廃止 (#2013) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * orphaned/Web/API/NavigatorID を廃止 - orphaned/Web/API/NavigatorID を削除 - orphaned/Web/API/NavigatorID のメンバーを Web/API/Navigator へ移行 - 各メンバーの文書を 2021/08/10 時点の英語版に同期 * Update _redirects.txt * Update _redirects.txt --- files/ja/web/api/navigator/product/index.html | 45 +++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 files/ja/web/api/navigator/product/index.html (limited to 'files/ja/web/api/navigator/product') diff --git a/files/ja/web/api/navigator/product/index.html b/files/ja/web/api/navigator/product/index.html new file mode 100644 index 0000000000..d1f5b35941 --- /dev/null +++ b/files/ja/web/api/navigator/product/index.html @@ -0,0 +1,45 @@ +--- +title: Navigator.product +slug: Web/API/Navigator/product +tags: + - API + - Deprecated + - Navigator + - Property + - Reference +browser-compat: api.Navigator.product +translation_of: Web/API/NavigatorID/product +original_slug: Web/API/NavigatorID/product +--- +
{{APIRef("HTML DOM")}} {{Deprecated_Header}}
+ +

Navigator.product プロパティの値は、どのブラウザーでも常に "Gecko" です。このプロパティは互換性のためだけに維持されています。

+ + +
+

このプロパティが実際の製品名を返すことを期待しないでください。どのブラウザーもこのプロパティの値として "Gecko" を返します。

+
+ +

構文

+ +
productName = navigator.product
+
+ +

+ +

文字列 "Gecko" です。

+ +

仕様書

+ +{{Specifications}} + +

ブラウザーの互換性

+ +

{{Compat}}

+ +

関連情報

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