papi-dts
    Preparing search index...
    • Wait for the shared store service to be ready.

      • If initialize has already been called, returns the existing in-flight promise (no timeout — we wait as long as init takes).
      • Otherwise waits for initialize to be called, then returns the resulting promise.

      Parameters

      • OptionalstartTimeoutMs: number

        Time to wait for initialize() to be called before throwing. A non-positive value (the default, 0) waits indefinitely. A positive value throws if initialize() is not called within that many milliseconds. Callers that can tolerate the absence of a ready shared store should pass a positive timeout and catch/fall back.

      Returns Promise<void>

      If startTimeoutMs is positive and initialize() is not called within that window.