From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/glossary/xhr_(xmlhttprequest)/index.html | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 files/ko/glossary/xhr_(xmlhttprequest)/index.html (limited to 'files/ko/glossary/xhr_(xmlhttprequest)/index.html') 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) +--- +

{{domxref("XMLHttpRequest")}}(XHR)은 {{Glossary("AJAX")}} 요청을 생성하는 {{Glossary("JavaScript")}} {{Glossary("API")}}입니다. XHR의 메서드로 {{Glossary("browser", "브라우저")}}와 {{Glossary("server", "서버")}}간의 네트워크 요청을 전송할 수 있습니다.

+ +

더 알아보기

+ +

일반 지식

+ + + +

기술 정보

+ + -- cgit v1.2.3-54-g00ecf