aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api/xmlhttprequest/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/api/xmlhttprequest/index.html')
-rw-r--r--files/pl/web/api/xmlhttprequest/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pl/web/api/xmlhttprequest/index.html b/files/pl/web/api/xmlhttprequest/index.html
index 70711f894b..646ce1d952 100644
--- a/files/pl/web/api/xmlhttprequest/index.html
+++ b/files/pl/web/api/xmlhttprequest/index.html
@@ -1,11 +1,12 @@
---
title: XMLHttpRequest
-slug: XMLHttpRequest
+slug: Web/API/XMLHttpRequest
tags:
- AJAX
- Wszystkie_kategorie
- XMLHttpRequest
translation_of: Web/API/XMLHttpRequest
+original_slug: XMLHttpRequest
---
<p>
</p><p>Obiekt <code>XMLHttpRequest</code> jest obiektem <a href="pl/JavaScript">JavaScript</a> zaprojektowanym przez firmę Microsoft i zaadaptowanym w programach Mozilla. Służy do pobierania danych przy użyciu protokołu HTTP. Wbrew nazwie może być stosowany do obsługi dokumentów w wielu formatach, nie tylko XML, ale także <a href="pl/JSON">JSON</a>. </p><p>Artykuł ten zawiera między innymi informacje specyficzne dla silnika <a href="pl/Gecko">Gecko</a> lub kodu uprzywilejowanego, takiego jak kod rozszerzeń programu Firefox.