Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
index ea9a3e8d98bcde984a9276ccc347788d91ad4bbe..58ba4eb10e1d47eaa5f8be5328880c4769372c34 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
@@ -45,6 +45,8 @@ |
[RaisesException] void close(); |
+ [CallWith=ScriptState] Promise skipWaiting(); |
jsbell
2014/11/13 23:07:51
Make this Promise<void> to match the spec.
The ty
|
+ |
attribute EventHandler onactivate; |
[RuntimeEnabled=ServiceWorkerOnFetch] attribute EventHandler onfetch; |
attribute EventHandler oninstall; |