public interface ServiceWorkerClients
Modifier and Type | Method and Description |
---|---|
Promise<java.lang.Void> |
claim() |
Promise<ServiceWorkerClient> |
get(java.lang.String id) |
Promise<ServiceWorkerClient[]> |
getAll() |
Promise<ServiceWorkerClient[]> |
getAll(ServiceWorkerClientQueryOptions options) |
Promise<ServiceWorkerClient[]> |
matchAll() |
Promise<ServiceWorkerClient[]> |
matchAll(ServiceWorkerClientQueryOptions options) |
Promise<ServiceWorkerClient> |
openWindow(java.lang.String url) |
Promise<java.lang.Void> claim()
Promise<ServiceWorkerClient> get(java.lang.String id)
Promise<ServiceWorkerClient[]> getAll()
Promise<ServiceWorkerClient[]> getAll(ServiceWorkerClientQueryOptions options)
Promise<ServiceWorkerClient[]> matchAll()
Promise<ServiceWorkerClient[]> matchAll(ServiceWorkerClientQueryOptions options)
Promise<ServiceWorkerClient> openWindow(java.lang.String url)