diff options
author | MDN <actions@users.noreply.github.com> | 2022-03-16 00:12:44 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2022-03-16 00:12:44 +0000 |
commit | 2a0848dfc98c2f04fe5c72a627e2b3be281fc3df (patch) | |
tree | 8a22612627a2642445d86e7742b52f3cdd833600 /files/zh-cn | |
parent | 310f9d126ee841807f15a8620da5a9de6a9da4ec (diff) | |
download | translated-content-2a0848dfc98c2f04fe5c72a627e2b3be281fc3df.tar.gz translated-content-2a0848dfc98c2f04fe5c72a627e2b3be281fc3df.tar.bz2 translated-content-2a0848dfc98c2f04fe5c72a627e2b3be281fc3df.zip |
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/_redirects.txt | 1 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 14 | ||||
-rw-r--r-- | files/zh-cn/web/api/mediarecorder/dataavailable_event/index.html (renamed from files/zh-cn/web/api/mediarecorder/ondataavailable/index.html) | 3 |
3 files changed, 10 insertions, 8 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 73596ab89d..3b9ee0afb5 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1416,6 +1416,7 @@ /zh-CN/docs/Web/API/Location.replace /zh-CN/docs/Web/API/Location/replace /zh-CN/docs/Web/API/MediaCapabilitiesInfo /zh-CN/docs/Web/API/MediaCapabilities/encodingInfo /zh-CN/docs/Web/API/MediaDevices/ondevicechange /zh-CN/docs/conflicting/Web/API/MediaDevices/devicechange_event +/zh-CN/docs/Web/API/MediaRecorder/ondataavailable /zh-CN/docs/Web/API/MediaRecorder/dataavailable_event /zh-CN/docs/Web/API/MediaStream.addTrack /zh-CN/docs/Web/API/MediaStream/addTrack /zh-CN/docs/Web/API/MouseEvent/which /zh-CN/docs/conflicting/Web/API/UIEvent/which /zh-CN/docs/Web/API/MouseWheelEvent /zh-CN/docs/conflicting/Web/API/WheelEvent diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 3fd874797f..4dcfa7ff44 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -16683,6 +16683,13 @@ "forgamer" ] }, + "Web/API/MediaRecorder/dataavailable_event": { + "modified": "2020-10-15T22:28:21.731Z", + "contributors": [ + "BMud", + "baixiaocun" + ] + }, "Web/API/MediaRecorder/isTypeSupported": { "modified": "2019-06-06T05:26:50.779Z", "contributors": [ @@ -16691,13 +16698,6 @@ "wakingking77" ] }, - "Web/API/MediaRecorder/ondataavailable": { - "modified": "2020-10-15T22:28:21.731Z", - "contributors": [ - "BMud", - "baixiaocun" - ] - }, "Web/API/MediaRecorder/pause": { "modified": "2020-10-15T22:22:08.111Z", "contributors": [ diff --git a/files/zh-cn/web/api/mediarecorder/ondataavailable/index.html b/files/zh-cn/web/api/mediarecorder/dataavailable_event/index.html index 48392d0689..4daaf213e8 100644 --- a/files/zh-cn/web/api/mediarecorder/ondataavailable/index.html +++ b/files/zh-cn/web/api/mediarecorder/dataavailable_event/index.html @@ -1,7 +1,8 @@ --- title: MediaRecorder.ondataavailable -slug: Web/API/MediaRecorder/ondataavailable +slug: Web/API/MediaRecorder/dataavailable_event translation_of: Web/API/MediaRecorder/ondataavailable +original_slug: Web/API/MediaRecorder/ondataavailable --- <p><font><font>{{APIRef("MediaStream Recording")}}</font></font></p> |