| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| index 7d7b76bd816e0c90287a3239822896327e415c04..92291c65e4f1e77e300f59355cf6b807fe18196a 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| @@ -45,6 +45,8 @@ typedef (Request or USVString) RequestInfo;
|
|
|
| [RaisesException] void close();
|
|
|
| + [CallWith=ScriptState] Promise skipWaiting();
|
| +
|
| attribute EventHandler onactivate;
|
| [RuntimeEnabled=ServiceWorkerOnFetch] attribute EventHandler onfetch;
|
| attribute EventHandler oninstall;
|
|
|