aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/navigator/appcodename/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/navigator/appcodename/index.html')
-rw-r--r--files/ja/web/api/navigator/appcodename/index.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/files/ja/web/api/navigator/appcodename/index.html b/files/ja/web/api/navigator/appcodename/index.html
new file mode 100644
index 0000000000..befb274cb5
--- /dev/null
+++ b/files/ja/web/api/navigator/appcodename/index.html
@@ -0,0 +1,44 @@
+---
+title: Navigator.appCodeName
+slug: Web/API/Navigator/appCodeName
+tags:
+ - API
+ - Deprecated
+ - HTML DOM
+ - Navigator
+ - Property
+ - Reference
+browser-compat: api.Navigator.appCodeName
+translation_of: Web/API/NavigatorID/appCodeName
+original_slug: Web/API/NavigatorID/appCodeName
+---
+<div>{{APIRef("HTML DOM")}} {{Deprecated_Header}}</div>
+
+<p><strong><code>Navigator.appCodeName</code></strong> プロパティの値は、どのブラウザーでも常に "<code>Mozilla</code>" です。このプロパティは互換性のためだけに維持されています。</p>
+
+<div class="note"><strong>メモ:</strong> このプロパティが実際の製品名を返すことを期待しないでください。どのブラウザーもこのプロパティの値として "<code>Mozilla</code>" を返します。
+</div>
+
+<h2 id="Syntax">構文</h2>
+
+<pre class="brush: js"><em>codeName</em> = navigator.appCodeName
+</pre>
+
+<h3 id="Value">値</h3>
+
+<p>"<code>Mozilla</code>" という文字列です。</p>
+
+<h2 id="Specifications">仕様書</h2>
+
+{{Specifications}}
+
+<h2 id="Browser_compatibility">ブラウザーの互換性</h2>
+
+<p>{{Compat}}</p>
+
+<h2 id="See_also">関連情報</h2>
+
+<ul>
+ <li>{{domxref("Navigator.appName")}}</li>
+ <li>{{domxref("Navigator.product")}}</li>
+</ul>