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

Unified Diff: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEventInit.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/BackgroundFetchFailEventInit.idl
diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEventInit.idl b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEventInit.idl
index 104a5f0ff13dbe319b7c5ce0f4a9ea02b02d266f..3d6c40908b73ab332ae5d031839d9ce22ec62020 100644
--- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEventInit.idl
+++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEventInit.idl
@@ -5,5 +5,5 @@
// https://wicg.github.io/background-fetch/#background-fetch-fail-event
dictionary BackgroundFetchFailEventInit : BackgroundFetchEventInit {
- // TODO(peter): Implement the `failedFetches` attribute.
+ required sequence<BackgroundFetchSettledRequest> failedFetches;
};

Powered by Google App Engine
This is Rietveld 408576698