ProgressEvent.total
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
io error: No such file or directory (os error 2) (/home/runner/work/yari/yari/mdn/translated-content/files/zh-cn/web/api/xmlhttprequest_api/index.md)
ProgressEvent.total
只读属性是一个无符号 64 位整数值,表明正在处理或者传输的数据的总大小。在 HTTP 传输的情况下,这是消息体的大小(Content-Length
)并且不包含标头和其他的开销。
如果事件的 lengthComputable
属性是 false
,这个值是没有意义的并且应该被忽略。
值
一个整数。
规范
Specification |
---|
XMLHttpRequest Standard # dom-progressevent-total |
浏览器兼容性
BCD tables only load in the browser
参见
- 它属于
ProgressEvent
接口。