BackgroundFetch should give the developer a way to modify requests. |
|||
Issue descriptionBackgroundFetch 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?)
,
Mar 7 2018
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
,
Mar 7 2018
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 |
|||
Comment 1 by mlamouri@chromium.org
, Feb 22 2017