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

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

Issue 185643009: Implement ServiceWorker::postMessage() [Blink] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add layout test 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 3db592745d72a1a2e517c36087f6d19977ecaa38..dbf0c1b46eee822f81d58b493a84bb064442f55e 100644
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
@@ -34,5 +34,7 @@
attribute EventHandler oninstall;
attribute EventHandler onactivate;
attribute EventHandler onfetch;
-};
+ // FIXME: Remove once console.log is hooked up.
+ void poke(DOMString message);
+};

Powered by Google App Engine
This is Rietveld 408576698