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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl

Issue 224333003: Blink side of requestSyncEvents() function. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Optional bool is now defaulted to undefined/false Created 6 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: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
index 751e173c56afacd1238a08643c27f7ac9b6631b8..2d7e132b9306fa957a5c377b4b79d4dcd85ad734 100644
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
@@ -36,4 +36,5 @@
attribute EventHandler oninstall;
attribute EventHandler onmessage;
attribute EventHandler onsync;
+ [CallWith=ExecutionContext] void requestSyncEvents([Default=Undefined] optional boolean requested, optional Dictionary options);
};

Powered by Google App Engine
This is Rietveld 408576698