Background Fetch: onbackgroundfetchabort should be invoked when the user aborts the fetch |
||
Issue descriptionCurrently, onbackgroundfetchabort is invoked when abort() is called. It also needs to be invoked when the user aborts. In Chrome, this can be through the cancel or close buttons on the various notifications.
,
May 15 2018
This is actually the existing behavior, see here: https://cs.chromium.org/chromium/src/content/browser/background_fetch/background_fetch_context.cc?rcl=db035f874ce930141a58d0a0b8868dd763cfe11b&l=248 Closing the bug as WAI. |
||
►
Sign in to add a comment |
||
Comment 1 by na...@chromium.org
, May 3 2018