aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/websocket
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/websocket')
-rw-r--r--files/ja/web/api/websocket/onclose/index.html2
-rw-r--r--files/ja/web/api/websocket/onerror/index.html2
-rw-r--r--files/ja/web/api/websocket/onmessage/index.html2
-rw-r--r--files/ja/web/api/websocket/onopen/index.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/api/websocket/onclose/index.html b/files/ja/web/api/websocket/onclose/index.html
index 311998e44c..03a2085c08 100644
--- a/files/ja/web/api/websocket/onclose/index.html
+++ b/files/ja/web/api/websocket/onclose/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/WebSocket/onclose
---
<p>{{APIRef("Web Sockets API")}}</p>
-<p><code><strong>WebSocket.onclose</strong></code> プロパティは、WebSocket コネクションの {{domxref("WebSocket.readyState","readyState")}} が {{domxref("WebSocket.readyState","CLOSED")}} に変わったときに呼ばれる {{domxref("EventHandler")}} です。{{domxref("CloseEvent")}} と一緒に呼び出されます。</p>
+<p><code><strong>WebSocket.onclose</strong></code> プロパティは、WebSocket コネクションの {{domxref("WebSocket.readyState","readyState")}} が {{domxref("WebSocket.readyState","CLOSED")}} に変わったときに呼ばれる {{event("Event_handlers")}} です。{{domxref("CloseEvent")}} と一緒に呼び出されます。</p>
<h2 id="構文">構文</h2>
diff --git a/files/ja/web/api/websocket/onerror/index.html b/files/ja/web/api/websocket/onerror/index.html
index 717a0ae735..a4bcbcb904 100644
--- a/files/ja/web/api/websocket/onerror/index.html
+++ b/files/ja/web/api/websocket/onerror/index.html
@@ -27,7 +27,7 @@ translation_of: Web/API/WebSocket/onerror
<h3 id="Value" name="Value">値</h3>
-<p>関数または {{domxref("EventHandler")}} で、 WebSocket コネクションで <code>error</code> イベントが発生するたびに呼び出されるものです。</p>
+<p>関数または {{event("Event_handlers")}} で、 WebSocket コネクションで <code>error</code> イベントが発生するたびに呼び出されるものです。</p>
<h2 id="Example" name="Example">例</h2>
diff --git a/files/ja/web/api/websocket/onmessage/index.html b/files/ja/web/api/websocket/onmessage/index.html
index fc69900854..f9cfccd6f6 100644
--- a/files/ja/web/api/websocket/onmessage/index.html
+++ b/files/ja/web/api/websocket/onmessage/index.html
@@ -12,7 +12,7 @@ translation_of: Web/API/WebSocket/onmessage
---
<div>{{APIRef("Web Sockets API")}}</div>
-<p><strong><code>WebSocket.onmessage</code></strong> プロパティは、サーバーからメッセージが届いたときに呼び出されるイベントハンドラー ({{domxref("EventHandler")}}) です。これは {{domxref("MessageEvent")}} で呼び出されます。</p>
+<p><strong><code>WebSocket.onmessage</code></strong> プロパティは、サーバーからメッセージが届いたときに呼び出されるイベントハンドラー ({{event("Event_handlers")}}) です。これは {{domxref("MessageEvent")}} で呼び出されます。</p>
<h2 id="Syntax" name="Syntax">構文</h2>
diff --git a/files/ja/web/api/websocket/onopen/index.html b/files/ja/web/api/websocket/onopen/index.html
index cf8006465e..e03e117165 100644
--- a/files/ja/web/api/websocket/onopen/index.html
+++ b/files/ja/web/api/websocket/onopen/index.html
@@ -12,7 +12,7 @@ translation_of: Web/API/WebSocket/onopen
---
<div>{{APIRef("Web Sockets API")}}</div>
-<p><strong><code>WebSocket.onopen</code></strong> プロパティはイベントハンドラー ({{domxref("EventHandler")}}) で、 {{domxref("WebSocket")}} のコネクションの {{domxref("WebSocket.readyState","readyState")}} が {{domxref("WebSocket.readyState","1")}} に変化したときに呼び出されます。これは、コネクションでデータを送信したり受信したりする準備ができたことを示します。これは {{domxref("Event")}} を伴って呼び出されます。</p>
+<p><strong><code>WebSocket.onopen</code></strong> プロパティはイベントハンドラー ({{event("Event_handlers")}}) で、 {{domxref("WebSocket")}} のコネクションの {{domxref("WebSocket.readyState","readyState")}} が {{domxref("WebSocket.readyState","1")}} に変化したときに呼び出されます。これは、コネクションでデータを送信したり受信したりする準備ができたことを示します。これは {{domxref("Event")}} を伴って呼び出されます。</p>
<h2 id="Syntax" name="Syntax">構文</h2>