New issue
Advanced search Search tips

Issue 882478 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner: ----
Closed: Sep 25
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Reject match() and matchAll() when access to data isn't possible

Project Member Reported by na...@chromium.org, Sep 10

Issue description

1. We want to reject with a DomException when recordsAvailable is false, per the spec:
https://wicg.github.io/background-fetch/#background-fetch-registration-match-all

2. We also currently want to reject when the fetch is incomplete, because we don't have support for accessing data for active fetches yet.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Sep 18

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/d9500de510ce05e7148acacd28015f74718171a8

commit d9500de510ce05e7148acacd28015f74718171a8
Author: Mugdha Lakhani <nator@chromium.org>
Date: Tue Sep 18 14:18:05 2018

[Background Fetch] Reject match() and matchAll()

when:
1. recordsAvailable is false
2. the background fetch is incomplete.

Bug:  882478 
Change-Id: Id849a73370f8f07597039c3ccee5efce828fa452
Reviewed-on: https://chromium-review.googlesource.com/1226913
Reviewed-by: Peter Beverloo <peter@chromium.org>
Reviewed-by: Rayan Kanso <rayankans@chromium.org>
Commit-Queue: Mugdha Lakhani <nator@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592032}
[modify] https://crrev.com/d9500de510ce05e7148acacd28015f74718171a8/third_party/blink/renderer/modules/background_fetch/background_fetch_registration.cc

Status: Fixed (was: Started)

Sign in to add a comment