| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| index 53be640595316101e4153ff795e23e28be0db3c3..39361c2238c786ca86de523f7d8a1a4778d30ee0 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| @@ -38,6 +38,7 @@ typedef (Request or USVString) RequestInfo;
|
| ] interface ServiceWorkerGlobalScope : WorkerGlobalScope {
|
|
|
| readonly attribute Clients clients;
|
| + readonly attribute ServiceWorkerRegistration registration;
|
| [CallWith=ExecutionContext, Unforgeable, RuntimeEnabled=ServiceWorkerCache] readonly attribute CacheStorage caches;
|
|
|
| [CallWith=ScriptState, RaisesException] Promise<Response> fetch(RequestInfo input, optional Dictionary init);
|
|
|