aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/websockets_api
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 13:12:21 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 13:12:21 +0100
commit4704bf920fb5a9e983bfb5b80c5dcac6ca347dc2 (patch)
tree81c7fddb46c0165a6dd0c9fcb330674b37a1a86c /files/zh-tw/web/api/websockets_api
parent43a5cac2eff22c21071800e13bef12af9d3a37d0 (diff)
downloadtranslated-content-4704bf920fb5a9e983bfb5b80c5dcac6ca347dc2.tar.gz
translated-content-4704bf920fb5a9e983bfb5b80c5dcac6ca347dc2.tar.bz2
translated-content-4704bf920fb5a9e983bfb5b80c5dcac6ca347dc2.zip
unslug zh-tw: modify
Diffstat (limited to 'files/zh-tw/web/api/websockets_api')
-rw-r--r--files/zh-tw/web/api/websockets_api/index.html3
-rw-r--r--files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/files/zh-tw/web/api/websockets_api/index.html b/files/zh-tw/web/api/websockets_api/index.html
index 3cbb630f41..403ac2b381 100644
--- a/files/zh-tw/web/api/websockets_api/index.html
+++ b/files/zh-tw/web/api/websockets_api/index.html
@@ -1,9 +1,10 @@
---
title: WebSockets
-slug: WebSockets
+slug: Web/API/WebSockets_API
tags:
- WebSockets
translation_of: Web/API/WebSockets_API
+original_slug: WebSockets
---
<p>{{ SeeCompatTable() }}</p>
<p>WebSocket 是一種讓瀏覽器與伺服器進行一段互動通訊的技術。這個 API 在不必輪詢(poll)伺服器下,讓使用者傳送訊息至伺服器並接受事件驅動回應。</p>
diff --git a/files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html b/files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html
index 8f1299379f..e5abbd7c9e 100644
--- a/files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html
+++ b/files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html
@@ -1,9 +1,10 @@
---
title: 製作 WebSocket 客戶端應用程式
-slug: WebSockets/Writing_WebSocket_client_applications
+slug: Web/API/WebSockets_API/Writing_WebSocket_client_applications
tags:
- WebSockets
translation_of: Web/API/WebSockets_API/Writing_WebSocket_client_applications
+original_slug: WebSockets/Writing_WebSocket_client_applications
---
<p>{{ draft() }}</p>