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

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

Issue 1008533005: Initial implementation of stashed message ports, blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 7 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 af5b9cf3817a4e0267d25ec66db743978e5ff57a..a3ba4841fb450435e066e58cd4c391706ee68088 100644
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
@@ -39,6 +39,7 @@
readonly attribute Clients clients;
readonly attribute ServiceWorkerRegistration registration;
+ [RuntimeEnabled=NavigatorConnect] readonly attribute StashedPortCollection ports;
nhiroki 2015/05/13 01:09:37 For improving modularity, can we move this to Serv
Marijn Kruisselbrink 2015/05/13 01:46:53 Certainly possible, although I think conceptually
kinuko 2015/05/13 04:30:44 Was taking a look around spec/github/models, it lo
nhiroki 2015/05/13 07:12:49 I see... at first, I thought this should be under
[CallWith=ScriptState, RaisesException] Promise<Response> fetch(RequestInfo input, optional Dictionary init);

Powered by Google App Engine
This is Rietveld 408576698