From 8949c9132987437a305dfafbf24520a58e884797 Mon Sep 17 00:00:00 2001 From: ZivyHu Date: Tue, 28 Sep 2021 22:31:13 +0800 Subject: sync one more paragraph (#2555) translate more information from English to Simplied-Chinese --- files/zh-cn/web/api/xmlhttprequesteventtarget/onerror/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'files/zh-cn/web/api') diff --git a/files/zh-cn/web/api/xmlhttprequesteventtarget/onerror/index.html b/files/zh-cn/web/api/xmlhttprequesteventtarget/onerror/index.html index c6931f08ef..3c604e5026 100644 --- a/files/zh-cn/web/api/xmlhttprequesteventtarget/onerror/index.html +++ b/files/zh-cn/web/api/xmlhttprequesteventtarget/onerror/index.html @@ -11,6 +11,8 @@ translation_of: Web/API/XMLHttpRequestEventTarget/onerror

XMLHttpRequestEventTarget.onerror 是{{domxref("XMLHttpRequest")}} 事务由于错误而失败时调用的函数。

+

请注意只有在网络层级出现错误时才会调用此函数。如果错误只出现在应用层(比如发送一个HTTP的错误码),这个方法将不会被调用。

+

语法

XMLHttpRequest.onerror = callback;
-- cgit v1.2.3-54-g00ecf