| Index: Source/modules/serviceworkers/ServiceWorkerContainer.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.idl b/Source/modules/serviceworkers/ServiceWorkerContainer.idl
|
| index 6c53d299e582c819ec0a2e896700f53244da5406..6c1541f81622aee74431e21436df8ecd64a68000 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerContainer.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainer.idl
|
| @@ -39,6 +39,7 @@
|
|
|
| [CallWith=ScriptState, ImplementedAs=registerServiceWorker] Promise<ServiceWorkerRegistration> register(USVString url, optional RegistrationOptions options);
|
| [CallWith=ScriptState] Promise<ServiceWorkerRegistration> getRegistration(optional USVString documentURL = "");
|
| + [CallWith=ScriptState] Promise<sequence<ServiceWorkerRegistration>> getRegistrations();
|
|
|
| attribute EventHandler oncontrollerchange;
|
| };
|
|
|