Edit in GitHubLog an issue

cc-everywhere


Enumeration: WarmupMode

Enum for defining the different warmup modes for the background warmup process.

Enumeration Members

Enumeration MemberValueDescription
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.
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.