From 05a7219ba9605649cb6daa281e26209eaa73adf0 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 28 May 2021 12:36:36 -0700 Subject: fix MacroWrongXRefError flaws for some domxref calls (#1018) --- files/ko/web/api/eventsource/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ko/web/api/eventsource') diff --git a/files/ko/web/api/eventsource/index.html b/files/ko/web/api/eventsource/index.html index 9d0df03b5d..4d3bc5e597 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", "event handler")}} 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", "event handler")}} 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", "event handler")}} called when an {{event("open")}} event is received, that is when the connection was just opened.

Methods

-- cgit v1.2.3-54-g00ecf