aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/mediarecorder/index.html
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-05-28 12:36:36 -0700
committerGitHub <noreply@github.com>2021-05-28 12:36:36 -0700
commit05a7219ba9605649cb6daa281e26209eaa73adf0 (patch)
tree63c9443b214d52257ff4ef5546f9e70c8b7365cd /files/zh-cn/web/api/mediarecorder/index.html
parent220a7d23b0755acc06146c1262aa09ba22d6e3b1 (diff)
downloadtranslated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.tar.gz
translated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.tar.bz2
translated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.zip
fix MacroWrongXRefError flaws for some domxref calls (#1018)
Diffstat (limited to 'files/zh-cn/web/api/mediarecorder/index.html')
-rw-r--r--files/zh-cn/web/api/mediarecorder/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/mediarecorder/index.html b/files/zh-cn/web/api/mediarecorder/index.html
index 9f233604bc..5f42134e79 100644
--- a/files/zh-cn/web/api/mediarecorder/index.html
+++ b/files/zh-cn/web/api/mediarecorder/index.html
@@ -68,7 +68,7 @@ translation_of: Web/API/MediaRecorder
<dt>{{domxref("MediaRecorder.ondataavailable")}}</dt>
<dd>调用它用来处理 {{event("dataavailable")}} 事件, 该事件可用于获取录制的媒体资源 (在事件的 <code>data</code> 属性中会提供一个可用的 {{domxref("Blob")}} 对象.)</dd>
<dt>{{domxref("MediaRecorder.onerror")}}</dt>
- <dd>An {{domxref("EventHandler")}} called to handle the {{event("recordingerror")}} event, including reporting errors that arise with media recording. These are fatal errors that stop recording.</dd>
+ <dd>An {{event("Event_handlers", "event handler")}} called to handle the {{event("recordingerror")}} event, including reporting errors that arise with media recording. These are fatal errors that stop recording.</dd>
<dt>{{domxref("MediaRecorder.onpause")}}</dt>
<dd>用来处理 {{event("pause")}} 事件, 该事件在媒体暂停录制时触发({{domxref("MediaRecorder.pause()")}}).</dd>
<dt>{{domxref("MediaRecorder.onresume")}}</dt>