Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Unified Diff: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEventInit.idl

Issue 2744873002: Implement the Request/Response bits of Background Fetch (Closed)
Patch Set: comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEventInit.idl
diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEventInit.idl b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEventInit.idl
index 93b176ceaf946ea2988685f75290905794eef14b..f81156169936f86978417b93cd89ecb3a48270e4 100644
--- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEventInit.idl
+++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEventInit.idl
@@ -5,5 +5,5 @@
// https://wicg.github.io/background-fetch/#background-fetch-end-event
dictionary BackgroundFetchedEventInit : BackgroundFetchEventInit {
- // TODO(peter): Implement the `completeFetches` attribute.
+ required sequence<BackgroundFetchSettledRequest> completedFetches;
};

Powered by Google App Engine
This is Rietveld 408576698