目录

HTML DOM ProgressEvent

❮ DOM 事件 ❮ 事件对象


ProgressEvent 对象

ProgressEvent 对象处理加载外部资源时发生的事件。

进展事件

Event Occurs When
onerror An error occurs while loading an external file
onloadstart The browser starts looking for the specified file

ProgressEvent 属性

Property Returns
lengthComputable If the length of the progress can be computable or not
loaded How much work has been loaded
total The total amount that will be loaded

继承的属性和方法

ProgressEvent 继承了以下所有属性和方法:

事件对象


❮ DOM 事件 ❮ 事件对象