aboutsummaryrefslogtreecommitdiff
path: root/files/ja/orphaned/web/api/navigatorid/appname/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/orphaned/web/api/navigatorid/appname/index.html')
-rw-r--r--files/ja/orphaned/web/api/navigatorid/appname/index.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/files/ja/orphaned/web/api/navigatorid/appname/index.html b/files/ja/orphaned/web/api/navigatorid/appname/index.html
deleted file mode 100644
index 450525027b..0000000000
--- a/files/ja/orphaned/web/api/navigatorid/appname/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: window.navigator.appName
-slug: orphaned/Web/API/NavigatorID/appName
-tags:
- - DOM
- - DOM_0
- - Gecko
- - Gecko DOM Reference
- - 要更新
-translation_of: Web/API/NavigatorID/appName
-original_slug: Web/API/NavigatorID/appName
----
-<div>
- {{ApiRef}}</div>
-<h2 id="Summary" name="Summary">概要</h2>
-<p>ブラウザの公式な名前を返します。</p>
-<h2 id="Syntax" name="Syntax">構文</h2>
-<pre class="syntaxbox"><code>appName = window.navigator.appName</code></pre>
-<ul>
- <li><code>appName</code> は、ブラウザの名前を表す文字列です。</li>
-</ul>
-<h2 id="Example" name="Example">例</h2>
-<pre class="brush:js">dump(window.navigator.appName);
-// NS6 のコンソールに "Navigator" を出力します。
-</pre>
-<h2 id="Specification" name="Specification">仕様</h2>
-<p>{{DOM0}}</p>