diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-08-18 13:29:08 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 13:29:08 +0900 |
commit | 4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436 (patch) | |
tree | 35dc50407ca179b89280ff8614aadfd241dad06a /files/ja/web/api/navigator/product | |
parent | fec78d0bd88f64228f2a1cb2412c68d937e3b1b8 (diff) | |
download | translated-content-4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436.tar.gz translated-content-4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436.tar.bz2 translated-content-4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436.zip |
orphaned/Web/API/NavigatorID を廃止 (#2013)
* orphaned/Web/API/NavigatorID を廃止
- orphaned/Web/API/NavigatorID を削除
- orphaned/Web/API/NavigatorID のメンバーを Web/API/Navigator へ移行
- 各メンバーの文書を 2021/08/10 時点の英語版に同期
* Update _redirects.txt
* Update _redirects.txt
Diffstat (limited to 'files/ja/web/api/navigator/product')
-rw-r--r-- | files/ja/web/api/navigator/product/index.html | 45 |
1 files changed, 45 insertions, 0 deletions
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 +--- +<div>{{APIRef("HTML DOM")}} {{Deprecated_Header}}</div> + +<p><strong><code>Navigator.product</code></strong> プロパティの値は、どのブラウザーでも常に "<code>Gecko</code>" です。このプロパティは互換性のためだけに維持されています。</p> + + +<div class="notecard note"> + <p>このプロパティが実際の製品名を返すことを期待しないでください。どのブラウザーもこのプロパティの値として "<code>Gecko</code>" を返します。</p> +</div> + +<h2 id="Syntax">構文</h2> + +<pre class="brush: js"><em>productName</em> = navigator.product +</pre> + +<h3 id="Value">値</h3> + +<p>文字列 "<code>Gecko</code>" です。</p> + +<h2 id="Specifications">仕様書</h2> + +{{Specifications}} + +<h2 id="Browser_compatibility">ブラウザーの互換性</h2> + +<p>{{Compat}}</p> + +<h2 id="See_also">関連情報</h2> + +<ul> + <li>{{domxref("Navigator.appCodeName")}}</li> + <li>{{domxref("Navigator.appName")}}</li> +</ul> |