Chromium Code Reviews| Index: Source/modules/serviceworkers/Clients.idl |
| diff --git a/Source/modules/serviceworkers/Clients.idl b/Source/modules/serviceworkers/Clients.idl |
| index e8f678f1ebc0b34ee32ab8397d570ca007a2acd9..012d99ff85821b9c743cf41d6c65b0b59cc6b4d9 100644 |
| --- a/Source/modules/serviceworkers/Clients.idl |
| +++ b/Source/modules/serviceworkers/Clients.idl |
| @@ -11,4 +11,5 @@ |
| ImplementedAs=ServiceWorkerClients, |
| ] interface Clients { |
| [CallWith=ScriptState] Promise<sequence<Client>?> getAll(optional ClientQueryOptions options); |
| + [CallWith=ScriptState] Promise claim(); |
|
mlamouri (slow - plz ping)
2015/01/23 10:08:08
Shouldn't that be being a feature flag?
jsbell
2015/01/24 00:42:16
If it's a non-controversial addition to the core f
falken
2015/01/26 04:55:11
We'll go through the "Intent to Implement and Ship
|
| }; |