papi-dts
    Preparing search index...
    • Set a value in the shared store, waiting for the shared store service to be initialized first.

      Unlike set, this waits (via waitForInitialization) until the shared store service has been initialized, then performs the set synchronously. See set for the per-key ownership and cloning semantics.

      If the shared store service is already initialized, the awaited promise is already settled, so execution continues here on the next microtask without yielding to timers or other queued macrotasks — effectively synchronous from the caller's perspective.

      Type Parameters

      • K extends `platform.customNetworkTimeoutMs.${string}`

      Parameters

      Returns Promise<void>