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

Unified Diff: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.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/BackgroundFetchedEvent.idl
diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.idl b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.idl
index 8f58cb3bca13b5fb0574fb270cdb1aee2450aa18..b78ffd2a0e16c3232894aa98e52d9f5131d09037 100644
--- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.idl
+++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.idl
@@ -9,7 +9,7 @@
Exposed=ServiceWorker,
RuntimeEnabled=BackgroundFetch
] interface BackgroundFetchedEvent : BackgroundFetchEvent {
- // TODO(peter): Implement the `completeFetches` attribute.
+ readonly attribute FrozenArray<BackgroundFetchSettledRequest> completedFetches;
[CallWith=ScriptState] Promise<void> updateUI(DOMString title);
};

Powered by Google App Engine
This is Rietveld 408576698