Uses of Interface
elemental2.dom.ServiceWorkerClientQueryOptions
-
-
Uses of ServiceWorkerClientQueryOptions in elemental2.dom
Methods in elemental2.dom that return ServiceWorkerClientQueryOptions Modifier and Type Method Description static ServiceWorkerClientQueryOptions
ServiceWorkerClientQueryOptions. create()
Methods in elemental2.dom with parameters of type ServiceWorkerClientQueryOptions Modifier and Type Method Description elemental2.promise.Promise<elemental2.core.JsArray<ServiceWorkerClient>>
ServiceWorkerClients. getAll(ServiceWorkerClientQueryOptions options)
elemental2.promise.Promise<elemental2.core.JsArray<ServiceWorkerClient>>
ServiceWorkerClients. matchAll(ServiceWorkerClientQueryOptions options)
-