diff options
Diffstat (limited to 'files/ko/web/api/index.html')
-rw-r--r-- | files/ko/web/api/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/files/ko/web/api/index.html b/files/ko/web/api/index.html new file mode 100644 index 0000000000..fda766fffd --- /dev/null +++ b/files/ko/web/api/index.html @@ -0,0 +1,33 @@ +--- +title: Web API +slug: Web/API +tags: + - API + - DOM + - JavaScript + - Landing + - Reference + - Web +translation_of: Web/API +--- +<p><span class="seoSummary">웹 코드를 작성한다면 많은 API를 사용할 수 있습니다. 아래 목록은 웹 앱이나 웹 사이트를 만들 때 사용할 수 있는 모든 인터페이스(객체의 유형)입니다.</span></p> + +<p>Web API는 보통 JavaScript와 함께 사용하지만, 항상 그렇지는 않습니다.</p> + +<h2 id="명세">명세</h2> + +<p>사용 가능한 API의 전체 목록입니다.</p> + +<p>{{ListGroups}}</p> + +<h2 id="인터페이스">인터페이스</h2> + +<p>사용 가능한 인터페이스(객체의 유형) 전체 목록입니다.</p> + +<p>{{APIListAlpha}}</p> + +<h2 id="같이_보기">같이 보기</h2> + +<ul> + <li><a href="/ko/docs/Web/Reference/Events">웹 API 이벤트 참고서</a></li> +</ul> |