| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| index 89945dfedd64e839d3a753d0c5748b8d0c754d82..3e6f1423b5db0e47229eb0030e3a535fa3a3f57f 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, RaisesException] Promise fetch(DOMString request);
|
| + [CallWith=ScriptState] Promise fetch(Request request);
|
| +
|
| attribute EventHandler onactivate;
|
| attribute EventHandler onfetch;
|
| attribute EventHandler oninstall;
|
|
|