Enumeration: WarmupMode
Enum for defining the different warmup modes for the background warmup process.
Enumeration Members
| Enumeration Member | Value | Description |
|---|---|---|
MINIMAL | "minimal" | Minimal warmup mode that only registers the service worker and downloads essential JavaScript and static resource files. No backend service calls will be made. Useful for initial resource loading without triggering any network requests. |
STANDARD | "standard" | Default Standard warmup mode that includes everything in MINIMAL, plus key backend service calls such as authentication and feature flag initialization. This is the default mode if no warmup mode is explicitly provided. |
