0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. chromium_src
  2. /
  3. components
  4. /
  5. background_fetch
ohci1ohci1add
910e62b5创建于 1月15日历史提交
文件最后提交记录最后更新时间
BUILD.gn
add Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> 4 个月前
DEPS
add Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> 4 个月前
DIR_METADATA
add Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> 4 个月前
OWNERS
add Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> 4 个月前
README.md
add Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> 4 个月前
background_fetch_delegate_base.cc
add Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> 4 个月前
background_fetch_delegate_base.h
add Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> 4 个月前
download_client.cc
add Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> 4 个月前
download_client.h
add Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> 4 个月前
job_details.cc
add Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> 4 个月前
job_details.h
add Signed-off-by: ohci1 <ohci1@noreply.gitcode.com> 4 个月前
README.md

Background Fetch

This component contains code which implements BackgroundFetchDelegate using a DownloadService. The UI is implemented by embedders by way of embedder-specific specializations of BackgroundFetchDelegateBase.


See also:

  • Introducing Background Fetch for a primer on the Web API.
  • Demo site to see it in action.