| Index: Source/modules/serviceworkers/FetchEvent.idl
|
| diff --git a/Source/modules/serviceworkers/NavigatorServiceWorker.idl b/Source/modules/serviceworkers/FetchEvent.idl
|
| similarity index 65%
|
| copy from Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| copy to Source/modules/serviceworkers/FetchEvent.idl
|
| index 1f5335479cf79598fd1ce37f85c492eca124fe71..240957229cda92fba2cb38aa75cec83b9f8cfc74 100644
|
| --- a/Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| +++ b/Source/modules/serviceworkers/FetchEvent.idl
|
| @@ -4,6 +4,7 @@
|
|
|
| [
|
| RuntimeEnabled=ServiceWorker,
|
| -] partial interface Navigator {
|
| - readonly attribute ServiceWorkerContainer serviceWorker;
|
| + GlobalContext=ServiceWorkerGlobalScope,
|
| +] interface FetchEvent : Event {
|
| + void respondWith(any value);
|
| };
|
|
|