diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/xhr_(xmlhttprequest) | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/glossary/xhr_(xmlhttprequest)')
-rw-r--r-- | files/ko/glossary/xhr_(xmlhttprequest)/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/files/ko/glossary/xhr_(xmlhttprequest)/index.html b/files/ko/glossary/xhr_(xmlhttprequest)/index.html new file mode 100644 index 0000000000..8c69eafc92 --- /dev/null +++ b/files/ko/glossary/xhr_(xmlhttprequest)/index.html @@ -0,0 +1,26 @@ +--- +title: XHR (XMLHttpRequest) +slug: Glossary/XHR_(XMLHttpRequest) +tags: + - API + - CodingScripting + - Glossary +translation_of: Glossary/XHR_(XMLHttpRequest) +--- +<p>{{domxref("XMLHttpRequest")}}(XHR)은 {{Glossary("AJAX")}} 요청을 생성하는 {{Glossary("JavaScript")}} {{Glossary("API")}}입니다. XHR의 메서드로 {{Glossary("browser", "브라우저")}}와 {{Glossary("server", "서버")}}간의 네트워크 요청을 전송할 수 있습니다.</p> + +<h2 id="더_알아보기">더 알아보기</h2> + +<h3 id="일반_지식">일반 지식</h3> + +<ul> + <li>위키백과 {{interwiki("wikipedia", "XMLHttpRequest")}}</li> + <li><a href="http://peoplesofttutorial.com/difference-between-synchronous-and-asynchronous-messaging/">Synchronous vs. Asynchronous Communications</a></li> +</ul> + +<h3 id="기술_정보">기술 정보</h3> + +<ul> + <li>{{domxref("XMLHttpRequest")}} 객체.</li> + <li><a href="/ko/docs/XMLHttpRequest/Using_XMLHttpRequest">XMLHttpRequest를 사용하는 방법에 관한 MDN 문서</a>.</li> +</ul> |