Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web/api を md に一括変換 #8032

Merged
merged 2 commits into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions files/ja/web/api/index.html

This file was deleted.

30 changes: 30 additions & 0 deletions files/ja/web/api/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Web API
slug: Web/API
tags:
- API
- DOM
- JavaScript
- Reference
- ウェブ
translation_of: Web/API
---
ウェブのコードを書く時は、数多くの Web API が利用できます。以下に、ウェブアプリやサイトを開発する際に利用することができる可能性があるすべてのインターフェイス (オブジェクト型) のリストを挙げます。

Web API は通常 JavaScript とともに使用されますが、常にそうとは限りません。

## 仕様書

利用可能なすべての API の一覧です。

{{ListGroups}}

## インターフェイス

利用可能なすべてのインターフェイス (すなわちオブジェクトの型) の一覧です。

{{APIListAlpha}}

## 関連情報

- [Web API イベントリファレンス](/ja/docs/Web/Events)