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

Unified Diff: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.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/BackgroundFetchRegistration.idl
diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl
index e35c2ee6cae9c304571cb2c55ef454755059f2a0..cc353288329fea7d6b453e9dfcac4a35fc034cd9 100644
--- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl
+++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// https://wicg.github.io/background-fetch/#background-fetch-registration
+
[
Exposed=(Window,Worker),
RuntimeEnabled=BackgroundFetch

Powered by Google App Engine
This is Rietveld 408576698