diff options
Diffstat (limited to 'files/ko/web/api/eventsource/index.html')
-rw-r--r-- | files/ko/web/api/eventsource/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 <dl> <dt>{{domxref("EventSource.onerror")}}</dt> - <dd>Is an {{domxref("EventHandler")}} called when an error occurs and the {{event("error")}} event is dispatched on an <code>EventSource</code> object.</dd> + <dd>Is an {{event("Event_handlers")}} called when an error occurs and the {{event("error")}} event is dispatched on an <code>EventSource</code> object.</dd> <dt>{{domxref("EventSource.onmessage")}}</dt> - <dd>Is an {{domxref("EventHandler")}} called when a {{event("message")}} event is received, that is when a message is coming from the source.</dd> + <dd>Is an {{event("Event_handlers")}} called when a {{event("message")}} event is received, that is when a message is coming from the source.</dd> <dt>{{domxref("EventSource.onopen")}}</dt> - <dd>Is an {{domxref("EventHandler")}} called when an {{event("open")}} event is received, that is when the connection was just opened.</dd> + <dd>Is an {{event("Event_handlers")}} called when an {{event("open")}} event is received, that is when the connection was just opened.</dd> </dl> <h2 id="Methods">Methods</h2> |