| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| index 89945dfedd64e839d3a753d0c5748b8d0c754d82..075692a7ec07a1e20904f1dbfe3a6dee6e381f2e 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| @@ -36,6 +36,9 @@
|
| readonly attribute ServiceWorkerClients clients;
|
| [CallWith=ExecutionContext, Unforgeable] readonly attribute DOMString scope;
|
|
|
| + [CallWith=ScriptState] Promise fetch(DOMString request);
|
| + [CallWith=ScriptState] Promise fetch(Request request);
|
| +
|
| attribute EventHandler onactivate;
|
| attribute EventHandler onfetch;
|
| attribute EventHandler oninstall;
|
|
|