aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/xmlhttprequest
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/xmlhttprequest
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/xmlhttprequest')
-rw-r--r--files/zh-cn/web/api/xmlhttprequest/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/xmlhttprequest/index.html b/files/zh-cn/web/api/xmlhttprequest/index.html
index 4498cb514e..2695292334 100644
--- a/files/zh-cn/web/api/xmlhttprequest/index.html
+++ b/files/zh-cn/web/api/xmlhttprequest/index.html
@@ -34,7 +34,7 @@ translation_of: Web/API/XMLHttpRequest
<dl>
<dt>{{domxref("XMLHttpRequest.onreadystatechange")}}</dt>
- <dd>当 <code>readyState</code> 属性发生变化时,调用的 {{domxref("EventHandler")}}。</dd>
+ <dd>当 <code>readyState</code> 属性发生变化时,调用的 {{event("Event_handlers", "event handler")}}。</dd>
<dt>{{domxref("XMLHttpRequest.readyState")}} {{readonlyinline}}</dt>
<dd>返回 一个无符号短整型(<code>unsigned short</code>)数字,代表请求的状态码。</dd>
<dt>{{domxref("XMLHttpRequest.response")}} {{readonlyinline}}</dt>
@@ -61,7 +61,7 @@ translation_of: Web/API/XMLHttpRequest
<dt>{{domxref("XMLHttpRequest.timeout")}}</dt>
<dd>一个无符号长整型(<code>unsigned long</code>)数字,表示该请求的最大请求时间(毫秒),若超出该时间,请求会自动终止。</dd>
<dt>{{domxref("XMLHttpRequestEventTarget.ontimeout")}}</dt>
- <dd>当请求超时调用的 {{domxref("EventHandler")}}。{{ gecko_minversion_inline(" 12.0 ")}}</dd>
+ <dd>当请求超时调用的 {{event("Event_handlers", "event handler")}}。{{ gecko_minversion_inline(" 12.0 ")}}</dd>
<dt>{{domxref("XMLHttpRequest.upload")}} {{readonlyinline}}</dt>
<dd>{{domxref("XMLHttpRequestUpload")}},代表上传进度。</dd>
<dt>{{domxref("XMLHttpRequest.withCredentials")}}</dt>