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); |
}; |