aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/api/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/web/api/index.html')
-rw-r--r--files/ja/web/api/index.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/files/ja/web/api/index.html b/files/ja/web/api/index.html
new file mode 100644
index 0000000000..452a9afe03
--- /dev/null
+++ b/files/ja/web/api/index.html
@@ -0,0 +1,32 @@
+---
+title: Web API
+slug: Web/API
+tags:
+ - API
+ - DOM
+ - JavaScript
+ - Reference
+ - ウェブ
+translation_of: Web/API
+---
+<p><span class="seoSummary">ウェブのコードを書く時は、数多くの Web API が利用できます。以下に、ウェブアプリやサイトを開発する際に利用することができる可能性があるすべてのインターフェイス (オブジェクト型) のリストを挙げます。</span></p>
+
+<p>Web API は通常 JavaScript とともに使用されますが、常にそうとは限りません。</p>
+
+<h2 id="Specifications" name="Specifications">仕様書</h2>
+
+<p>利用可能なすべての API の一覧です。</p>
+
+<div>{{ListGroups}}</div>
+
+<h2 id="Interfaces" name="Interfaces">インターフェイス</h2>
+
+<p>利用可能なすべてのインターフェイス (すなわちオブジェクトの型) の一覧です。</p>
+
+<div>{{APIListAlpha}}</div>
+
+<h2 id="See_also" name="See_also">関連情報</h2>
+
+<ul>
+ <li><a href="/ja/docs/Web/Events">Web API イベントリファレンス</a></li>
+</ul>