aboutsummaryrefslogtreecommitdiff
path: root/files/th/web/api/xmlhttprequest
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-12 17:57:51 +0100
committerGitHub <noreply@github.com>2021-02-12 17:57:51 +0100
commitc749df57502fb5c01f79f36c0922652626785de3 (patch)
treecccc163b22a14e310cab7a72cf956ac353472732 /files/th/web/api/xmlhttprequest
parente8ef9c5dbb51fbacc788a6013845373cf85efd29 (diff)
parent296bb7859bcc5436d18653e168054c6e39030cd2 (diff)
downloadtranslated-content-c749df57502fb5c01f79f36c0922652626785de3.tar.gz
translated-content-c749df57502fb5c01f79f36c0922652626785de3.tar.bz2
translated-content-c749df57502fb5c01f79f36c0922652626785de3.zip
Merge pull request #63 from fiji-flo/fix-macros-1
Fix macros 1
Diffstat (limited to 'files/th/web/api/xmlhttprequest')
-rw-r--r--files/th/web/api/xmlhttprequest/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/th/web/api/xmlhttprequest/index.html b/files/th/web/api/xmlhttprequest/index.html
index fdf5705218..015d252f1d 100644
--- a/files/th/web/api/xmlhttprequest/index.html
+++ b/files/th/web/api/xmlhttprequest/index.html
@@ -3,15 +3,15 @@ title: XMLHttpRequest
slug: Web/API/XMLHttpRequest
translation_of: Web/API/XMLHttpRequest
---
-<div>{{APIRef("XMLHttpRequest") } }</div>
+<div>{{APIRef("XMLHttpRequest") }}</div>
-<p><span class="seoSummary"><font>ใช้วัตถุ (XHR) เพื่อโต้ตอบกับเซิร์ฟเวอร์ คุณสามารถดึงข้อมูลจาก URL โดยไม่ต้องทำการฟื้นฟูเต็มหน้า เว็บเพจการปรับปรุงเพียงบางส่วนของหน้าโดยไม่กระทบกับสิ่งที่ผู้ใช้จะทำได้</font><code>XMLHttpRequest</code></span> <code>XMLHttpRequest</code><font> ใช้มากใน {{Glossary("AJAX") } } เขียนโปรแกรม</font></p>
+<p><span class="seoSummary"><font>ใช้วัตถุ (XHR) เพื่อโต้ตอบกับเซิร์ฟเวอร์ คุณสามารถดึงข้อมูลจาก URL โดยไม่ต้องทำการฟื้นฟูเต็มหน้า เว็บเพจการปรับปรุงเพียงบางส่วนของหน้าโดยไม่กระทบกับสิ่งที่ผู้ใช้จะทำได้</font><code>XMLHttpRequest</code></span> <code>XMLHttpRequest</code><font> ใช้มากใน {{Glossary("AJAX") }} เขียนโปรแกรม</font></p>
-<p>{{InheritanceDiagram (650, 150) } }</p>
+<p>{{InheritanceDiagram (650, 150) }}</p>
<p><font>แม้จะชื่อ สามารถใช้ในการดึงข้อมูลทุกประเภทของข้อมูล XML ไม่เพียง</font><code>XMLHttpRequest</code></p>
-<p>ถ้าจำเป็นต้องเกี่ยวข้องกับการได้รับข้อมูลเหตุการณ์หรือข้อความจากเซิร์ฟเวอร์สื่อสารของคุณ ลองใช้<a href="/en-US/docs/Web/API/Server-sent_events">กิจกรรมเซิร์ฟเวอร์ส่ง</a>ผ่านอินเทอร์เฟซ {{domxref("EventSource") } } สำหรับเพล็กซ์การสื่อสาร<a href="/en-US/docs/Web/API/WebSockets_API">WebSockets</a>อาจเป็นทางเลือกที่ดี</p>
+<p>ถ้าจำเป็นต้องเกี่ยวข้องกับการได้รับข้อมูลเหตุการณ์หรือข้อความจากเซิร์ฟเวอร์สื่อสารของคุณ ลองใช้<a href="/en-US/docs/Web/API/Server-sent_events">กิจกรรมเซิร์ฟเวอร์ส่ง</a>ผ่านอินเทอร์เฟซ {{domxref("EventSource") }} สำหรับเพล็กซ์การสื่อสาร<a href="/en-US/docs/Web/API/WebSockets_API">WebSockets</a>อาจเป็นทางเลือกที่ดี</p>
<h2 id="Constructor">Constructor</h2>