aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/eventsource
diff options
context:
space:
mode:
authorAtsuto Yamashita <atyamash@yahoo-corp.jp>2022-03-15 19:47:35 +0900
committerGitHub <noreply@github.com>2022-03-15 19:47:35 +0900
commit9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0 (patch)
tree71952407ea41c86feabef4214610d59e15aae55d /files/zh-cn/web/api/eventsource
parentc2678137db5f97ad1fe39e872529159a1afafec1 (diff)
parent9e7fbb013772ebab9b35185f0d0836995acbe6db (diff)
downloadtranslated-content-9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0.tar.gz
translated-content-9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0.tar.bz2
translated-content-9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0.zip
Merge branch 'main' into fix-typo-client-side-web-apis-intro-ja
Diffstat (limited to 'files/zh-cn/web/api/eventsource')
-rw-r--r--files/zh-cn/web/api/eventsource/error_event/index.html (renamed from files/zh-cn/web/api/eventsource/onerror/index.html)4
-rw-r--r--files/zh-cn/web/api/eventsource/open_event/index.html (renamed from files/zh-cn/web/api/eventsource/onopen/index.html)4
2 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-cn/web/api/eventsource/onerror/index.html b/files/zh-cn/web/api/eventsource/error_event/index.html
index 991d194795..eb69418af9 100644
--- a/files/zh-cn/web/api/eventsource/onerror/index.html
+++ b/files/zh-cn/web/api/eventsource/error_event/index.html
@@ -1,8 +1,8 @@
---
title: EventSource.onerror
-slug: Web/API/EventSource/onerror
+slug: Web/API/EventSource/error_event
translation_of: Web/API/EventSource/onerror
-original_slug: Server-sent_events/EventSource/onerror
+original_slug: Web/API/EventSource/onerror
---
<div>{{APIRef('WebSockets API')}}</div>
diff --git a/files/zh-cn/web/api/eventsource/onopen/index.html b/files/zh-cn/web/api/eventsource/open_event/index.html
index 20ca54d1f4..64214dbd2f 100644
--- a/files/zh-cn/web/api/eventsource/onopen/index.html
+++ b/files/zh-cn/web/api/eventsource/open_event/index.html
@@ -1,12 +1,12 @@
---
title: EventSource.onopen
-slug: Web/API/EventSource/onopen
+slug: Web/API/EventSource/open_event
tags:
- API
- Event Handler
- EventSource
translation_of: Web/API/EventSource/onopen
-original_slug: Server-sent_events/EventSource/onopen
+original_slug: Web/API/EventSource/onopen
---
<div>{{APIRef('WebSockets API')}}</div>