| Index: Source/modules/serviceworkers/Clients.idl
|
| diff --git a/Source/modules/serviceworkers/Clients.idl b/Source/modules/serviceworkers/Clients.idl
|
| index 012d99ff85821b9c743cf41d6c65b0b59cc6b4d9..9714167537dfeff9cd6b3813152d22bd215a0929 100644
|
| --- a/Source/modules/serviceworkers/Clients.idl
|
| +++ b/Source/modules/serviceworkers/Clients.idl
|
| @@ -11,5 +11,6 @@
|
| ImplementedAs=ServiceWorkerClients,
|
| ] interface Clients {
|
| [CallWith=ScriptState] Promise<sequence<Client>?> getAll(optional ClientQueryOptions options);
|
| + [RuntimeEnabled=ServiceWorkerClientAttributes, CallWith=ScriptState] Promise<WindowClient?> openWindow(USVString url);
|
| [CallWith=ScriptState] Promise claim();
|
| };
|
|
|