From 2958ec7e85c9a1182cd81728e3705948a2c39d71 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 28 May 2021 11:58:24 -0700 Subject: replace some domxref macro calls with event macro calls (#1016) --- files/ko/web/api/eventsource/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ko/web/api/eventsource/index.html') diff --git a/files/ko/web/api/eventsource/index.html b/files/ko/web/api/eventsource/index.html index 9d0df03b5d..f21e4bfa31 100644 --- a/files/ko/web/api/eventsource/index.html +++ b/files/ko/web/api/eventsource/index.html @@ -49,11 +49,11 @@ translation_of: Web/API/EventSource
{{domxref("EventSource.onerror")}}
-
Is an {{domxref("EventHandler")}} called when an error occurs and the {{event("error")}} event is dispatched on an EventSource object.
+
Is an {{event("Event_handlers")}} called when an error occurs and the {{event("error")}} event is dispatched on an EventSource object.
{{domxref("EventSource.onmessage")}}
-
Is an {{domxref("EventHandler")}} called when a {{event("message")}} event is received, that is when a message is coming from the source.
+
Is an {{event("Event_handlers")}} called when a {{event("message")}} event is received, that is when a message is coming from the source.
{{domxref("EventSource.onopen")}}
-
Is an {{domxref("EventHandler")}} called when an {{event("open")}} event is received, that is when the connection was just opened.
+
Is an {{event("Event_handlers")}} called when an {{event("open")}} event is received, that is when the connection was just opened.

Methods

-- cgit v1.2.3-54-g00ecf