Skip to content

Commit

Permalink
[add]: add index.md for web/glossary/webidl
Browse files Browse the repository at this point in the history
  • Loading branch information
IMHOJEONG committed Oct 6, 2023
1 parent 666bb21 commit 6df09b8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions files/ko/glossary/webidl/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: WebIDL
slug: Glossary/WebIDL
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**WebIDL** 은 웹 애플리케이션 프로그래밍 인터페이스({{Glossary("API")}})를 구성하는 {{Glossary("type", "데이터 타입")}}, {{Glossary("interface", "인터페이스")}}, {{Glossary("method", "메서드")}}, {{Glossary("property", "속성")}} 및 기타 구성 요소를 설명하는 데 사용되는 인터페이스 설명 언어입니다. 특정 프로그래밍 언어와는 독립적인 다소 양식이 있는 구문을 사용합니다. 그래서 각 API를 구축하는 데 사용되는 기본 코드는 가장 적합한 언어로 작성될 수 있으며 동시에 API 구성요소를 JavaScript에 호환이 되는 구성에 매핑할 수도 있습니다.

WebIDL은 웹을 위한 거의 모든 API {{Glossary("specification", "명세서")}}에서 사용되며, WebIDL의 표준 형식과 구문으로 인해 웹 브라우저를 만드는 프로그래머는 API 구현을 위한 코드를 작성하는 방법에 관계없이 브라우저가 서로 호환되는지 보다 쉽게 확인할 수 있습니다.

## 같이 보기

- [명세서](https://webidl.spec.whatwg.org/)
- [WebIDL 파일에 포함된 정보](/ko/docs/MDN/Writing_guidelines/Howto/Write_an_API_reference/Information_contained_in_a_WebIDL_file)
- [Gecko WebIDL 바인딩](https://firefox-source-docs.mozilla.org/dom/webIdlBindings/index.html)
- [WebIDL](https://en.wikipedia.org/wiki/WebIDL)

0 comments on commit 6df09b8

Please sign in to comment.