New issue
Advanced search Search tips

Issue 692645 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

BackgroundFetch should give the developer a way to modify requests.

Project Member Reported by harkness@chromium.org, Feb 15 2017

Issue description

BackgroundFetch gives developers a way to fire off long-running fetches. In order to be responsive to changing states of the PWA, it also needs to allow developers to make changes.

Functionality needed:
* Pause the fetch.
* Cancel the fetch  (any completed files in a batch could be returned.)
* Query for status on a fetch.
* (Retry some failed portions of a batch?)
 
Cc: mlamouri@chromium.org
"* (Retry some failed portions of a batch?)"
=> if the developer can figure out which part of the batch failed, it should be able to do this manually without an API surface, right?
Project Member

Comment 2 by sheriffbot@chromium.org, Mar 7 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Comment 3 by peter@chromium.org, Mar 7 2018

Status: WontFix (was: Untriaged)
The developer can figure out the status of a fetch through the progress properties. We'll add functionality for them to get the in-progress downloads, but not in MVP. Modifying requests is out of scope for now.

Sign in to add a comment