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

Unified Diff: Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl

Issue 1096503002: [Background Sync] Converting Blink code to the MVP API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Unregister method requires the sync registration tag Created 5 years, 8 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: Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl
diff --git a/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl b/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl
index 0860b81a5aba486b2de423eb1f3dbf6d5a6a4940..f8a766a26f2ec6a1869431aff96ae52d66044abf 100644
--- a/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl
+++ b/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl
@@ -6,4 +6,5 @@
RuntimeEnabled=BackgroundSync,
] partial interface ServiceWorkerGlobalScope {
attribute EventHandler onsync;
+ attribute EventHandler onperiodicsync;
};

Powered by Google App Engine
This is Rietveld 408576698