aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/xmlhttprequest/loadstart_event/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/xmlhttprequest/loadstart_event/index.html')
-rw-r--r--files/zh-cn/web/api/xmlhttprequest/loadstart_event/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/xmlhttprequest/loadstart_event/index.html b/files/zh-cn/web/api/xmlhttprequest/loadstart_event/index.html
index 60362dd94a..3052ba08a7 100644
--- a/files/zh-cn/web/api/xmlhttprequest/loadstart_event/index.html
+++ b/files/zh-cn/web/api/xmlhttprequest/loadstart_event/index.html
@@ -1,9 +1,10 @@
---
title: loadstart
-slug: Web/Events/loadstart
+slug: Web/API/XMLHttpRequest/loadstart_event
tags:
- 事件
translation_of: Web/API/XMLHttpRequest/loadstart_event
+original_slug: Web/Events/loadstart
---
<p>当程序开始加载时,loadstart 事件将被触发。这个事件可以被 {{domxref("XMLHttpRequest")}} 调用, 也适用于 {{htmlelement("img")}} 和 {{htmlelement("video")}} 元素.</p>