BackgroundFetchRegistration:downloaded 属性
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
备注: 此特性在 Web Worker 中可用。
BackgroundFetchRecord
接口的只读属性 downloaded
返回已下载的字节数,初始值为 0
。
如果此属性的值发生变化,则会在关联的 BackgroundFetchRegistration
对象上触发 progress 事件。