GeoLeaf Core API - v3.0.0
    Preparing search index...

    Variable PwaLifecycleConst

    PwaLifecycle: { init(pwaConfig?: PwaLifecycleConfig): void; _reset(): void } = ...

    Lifecycle for the PWA capability (SW registration + persistent storage + install prompt).

    Type Declaration

    • init: function
    • _reset: function
      • Registry destroy / test seam: unregisters any active service worker AND tears down the install sub-flows (S7.5). The SW is stateless per boot, but the install-prompt and iOS banner hold global listeners / a pending timer that must be released.

        Returns void