aboutsummaryrefslogtreecommitdiff
path: root/files/ru/conflicting/web/api/xmlhttprequest/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/conflicting/web/api/xmlhttprequest/index.html')
-rw-r--r--files/ru/conflicting/web/api/xmlhttprequest/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ru/conflicting/web/api/xmlhttprequest/index.html b/files/ru/conflicting/web/api/xmlhttprequest/index.html
index 0de9dfed9d..0d2e6c16e7 100644
--- a/files/ru/conflicting/web/api/xmlhttprequest/index.html
+++ b/files/ru/conflicting/web/api/xmlhttprequest/index.html
@@ -1,9 +1,10 @@
---
title: XMLHttpRequest
-slug: XMLHttpRequest
+slug: conflicting/Web/API/XMLHttpRequest
tags:
- AJAX
- XMLHttpRequest
+original_slug: XMLHttpRequest
---
<p><code>XMLHttpRequest</code> — это объект <a href="/ru/JavaScript" title="ru/JavaScript">JavaScript</a>, созданный Microsoft и адаптированный Mozilla. Вы можете использовать его для простой передачи данных через HTTP. Несмотря на свое название, он может быть использован не только для XML документов, но и, например, для <a href="/ru/JSON" title="ru/JSON">JSON</a>.</p>