downloads.State
The State
type of the downloads
API defines different states that a current download can be in.
A downloads.DownloadItem
's state
property will contain a string taken from the values defined in this type.
类型
此类型的值是字符串。可能的值是
in_progress
-
浏览器当前正在从服务器接收下载数据。
interrupted
-
错误导致与服务器的连接中断。
complete
-
下载已成功完成。
注意:这些字符串常量将永远不会更改,但可能会添加新的常量。
浏览器兼容性
BCD 表格仅在浏览器中加载
注意:此 API 基于 Chromium 的 chrome.downloads
API。