| Index: Source/modules/serviceworkers/Clients.idl
|
| diff --git a/Source/modules/serviceworkers/Clients.idl b/Source/modules/serviceworkers/Clients.idl
|
| index 012d99ff85821b9c743cf41d6c65b0b59cc6b4d9..caac015befcfce5b0669cabe8e6485e893bd1659 100644
|
| --- a/Source/modules/serviceworkers/Clients.idl
|
| +++ b/Source/modules/serviceworkers/Clients.idl
|
| @@ -10,6 +10,9 @@
|
| TypeChecking=Interface,
|
| ImplementedAs=ServiceWorkerClients,
|
| ] interface Clients {
|
| - [CallWith=ScriptState] Promise<sequence<Client>?> getAll(optional ClientQueryOptions options);
|
| + // DEPRECATED
|
| + [DeprecateAs=ServiceWorkerClientsGetAll, CallWith=ScriptState] Promise<sequence<Client>?> getAll(optional ClientQueryOptions options);
|
| +
|
| + [CallWith=ScriptState] Promise<sequence<Client>?> matchAll(optional ClientQueryOptions options);
|
| [CallWith=ScriptState] Promise claim();
|
| };
|
|
|