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); |