IServiceWorkerContainer Interface

Interface for interacting with service workers.

Definition

Namespace: Gemstone.Web.Razor.ServiceWorkers
Assembly: Gemstone.Web.Razor (in Gemstone.Web.Razor.dll) Version: 1.0.174 -- Release Build+4903e853d632f4178b361297fed9e7f870e70f49
public interface IServiceWorkerContainer

Properties

WhenReady Returns a task that resolves when the page is controlled by an active service worker.

See Also