aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/navigatorid/appcodename/index.html
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-07-09 00:38:08 +0000
committerMDN <actions@users.noreply.github.com>2021-07-09 00:38:08 +0000
commit235c34993c7b14f783fc8259cc237ac09f0d3e57 (patch)
tree7bee1bfcdc5216423bb76a12842eb60c169b0b04 /files/ja/web/api/navigatorid/appcodename/index.html
parent635bcdc09c53e3c497a3ff8eb958ca8eb541c7fd (diff)
downloadtranslated-content-235c34993c7b14f783fc8259cc237ac09f0d3e57.tar.gz
translated-content-235c34993c7b14f783fc8259cc237ac09f0d3e57.tar.bz2
translated-content-235c34993c7b14f783fc8259cc237ac09f0d3e57.zip
[CRON] sync translated content
Diffstat (limited to 'files/ja/web/api/navigatorid/appcodename/index.html')
-rw-r--r--files/ja/web/api/navigatorid/appcodename/index.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/files/ja/web/api/navigatorid/appcodename/index.html b/files/ja/web/api/navigatorid/appcodename/index.html
deleted file mode 100644
index 42f0aaccbc..0000000000
--- a/files/ja/web/api/navigatorid/appcodename/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: window.navigator.appCodeName
-slug: Web/API/NavigatorID/appCodeName
-tags:
- - DOM
- - DOM_0
- - Gecko
- - Gecko DOM Reference
-translation_of: Web/API/NavigatorID/appCodeName
----
-<div>
- {{ApiRef}}</div>
-<h2 id="Summary" name="Summary">概要</h2>
-<p>現在のブラウザの内部 "コード" ネームを返します。</p>
-<h2 id="Syntax" name="Syntax">構文</h2>
-<pre class="syntaxbox"><code>codeName = window.navigator.appCodeName</code></pre>
-<ul>
- <li><code>codeName</code> : ブラウザの内部名を表す文字列</li>
-</ul>
-<h2 id="Example" name="Example">例</h2>
-<pre class="brush:js">console.log(window.navigator.appCodeName);
-</pre>
-<h2 id="Notes" name="Notes">注記</h2>
-<p>Mozilla、Netscape 6、IE5 は全て、内部名に "Mozilla" を用いています。</p>
-<h2 id="Specification" name="Specification">仕様</h2>
-<p>{{DOM0()}}</p>